@charset "UTF-8";
/* CSS Document */

h1 {
	color:#00aeef;
	font-size:23pt;
	font-weight:100;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

h2 {
	color:#00aeef;
	font-size:9pt;
	font-weight:100;
	border-bottom:none;
}

.blueheader {
	color:#00aeef;
	font-size:9pt;
	border-bottom:none;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;
}


.bluesubheader {
	color:#00aeef;
	font-size:13pt;
	border-bottom:none;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:5px;
}

.smallBlue {
	color:#00aeef;
	font-size:7pt;
	margin-right:5px;
}

.mainText {
	font-size:9pt;
	color:#666666;
	line-height:15px;
}

.smallWhiteText {
	color:#FFFFFF;
	font-size:9px;
	
}

.smallGreyText {
	color:#666666;
	font-size:10px;
	line-height:15px;
}

.smallGreyText a, .smallGreyText a:Visited {
	text-decoration:none;
	color:#666666;
	
}


.greyLink {
	color:#666666;
}

.greyLink a, .greyLink a:Visited {
	text-decoration:none;
	color:#666666;
}

.largeWhiteText {
	color:#FFFFFF;
	font-size:18px;
}

a {
	color:#a60014;
}

a:Visited {
	color:#a60014;
}

a:Hover {
	text-decoration:none;
}
