/* Global */

a {
	color : #003399;
	text-decoration : underline;
	}

a:hover {
	color : #CC3300;
	text-decoration : underline;
	}
	
.smallText {
	color : black;
	font-size : 9pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}	

.text {
	color : black;
	font-size : 10pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

a.textLink {
	color : #3366FF;
	font-size : 9pt;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

a.textLink:hover {
	color : black;
	font-size : 9pt;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

.textHeader {
	color : #003399;
	font-size : 13pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

a.textHeader {
	color : #003399;
	font-size : 13pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

a.textHeader:hover {
	color : #CC3300;
	font-size : 13pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

.textSubHeader {
	color : #3366cc;
	font-size : 11pt;
	font-style : bold;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

a.textSubHeader {
	color : #3366cc;
	font-size : 11pt;
	font-style : bold;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

a.textSubHeader:hover {
	color : #cc3300;
	font-size : 11pt;
	font-style : bold;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

.textHome {
	color : white;
	font-size : 13px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.textHomeLarge {
	color : white;
	font-size : 18px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}


.sectionHeader {
	color : white;
	font-size : 22px;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.copyright {
	color : black;
	font-size : 10px;
	font-style : normal;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

/* Nav */

.snav {
	color : #3366CC;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

a.snav {
	color : #3366CC;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

a.snav:hover {
	color : #cc3300;
	font-size : 11px;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}
