a:link {
	color : #00A5E9;
	text-decoration : none;
}
a:visited {
	color : #878c92;
	text-decoration : none;
}
a:active {
	color : #00A5E9;
	text-decoration : underline;
}
a:hover {
	color : #96959A;
	text-decoration : underline;
}

.banner {
	font-size:12px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #00A5E9;
}

.banner .title{
	font-size:16px;
	font-weight:bold;
	text-align: center;
	color: #333333;
}

#content {
	width:99%;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

#content .header{
	font-size:11px;
	font-weight:bold;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-TRANSFORM: uppercase;
}

#contentLast {
	width:99%;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	padding-top:6px;
}

#contentLast .header{
	font-size:11px;
	font-weight:bold;
	color: #999;
	text-transform: uppercase;
}
body {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	
}

