body {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color:#626262;
	margin:0;
	padding:0;
}

.colored {
	color: #004389;
}

h1 {
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	color:black;
	font-size: 2em;
	line-height: 0.75em;
	padding-top: 0.375em;
	padding-bottom: 0.375em;
	font-weight: 200;
}

h2,h3,h4  {
	/*font-family: "Century Gothic", Arial, sans-serif;*/
	color:black;
	font-size: 1.166667em;
	line-height: 1.285714em;
	padding-top: 0.642857em;
	padding-bottom: 0.642857em;
}

h3 {

}

h4 {

}

a {
	color:#004389;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#main .contentcontainer li {
	background: url(/images/dot.gif) 0 6px no-repeat;
	padding-left:20px;
	list-style-type:inside;
}

