/* FONT STYLES */

#tn a, #mn a, #sn a, div#sm a, input, textarea,
th, td, li, dt, dd, div, p, span,
div.co form#emailus p.error {
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#0d1522;
}
h1, h2, h3, h4,
div.co form#emailus input.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#0d1522;
}

.co h1, a {
	color:#284b81;
}

.co h1 {
	font-size:18px;
	margin-bottom:10px;
	background:#f5f5f5;
	text-align:center;
	padding:10px;
}

.co h4 {
	color:#5978a6;
}

.co span {
	font-weight:bold;
}
.co h2 {
	font-size:16px;
	margin-bottom:5px;
	color:#5978a6;
}

.co .center {
	text-align:center;
}

.co p {
	margin-bottom:20px;
}

.co p.strong {
	font-weight:bold;
	font-size:14px;
	color:#282f41;
}

.co li {
	margin-left:30px;
}

.co ul, .co ol {
	margin-bottom:20px;
}


.co ul.nobullet,
.co ol.nobullet {
	margin:0px 30px 10px 0px;
	list-style:none;
}
.co .bt {
	border-top:1px dotted #0e1728;
	padding:10px 0px;
}

.co .right {
	margin:20px;
}

.right {
	float:right;
}

.left {
	float:left;
}

