/* Global */

a {
	color : #003399;
	text-decoration : underline;
	}

a:hover {
	color : #CC3300;
	text-decoration : underline;
	}

.text {
	color : black;
	font-size : 10pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.textSmall {
	color : black;
	font-size : 8pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.header {
	color : #6E2213;
	font-size : 13pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.headerWhite {
	color : #ffffff;
	font-size : 11pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.subHeaderTable {
	color : #000000;
	font-size : 10pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
}

.subHeader {
	color : #FA7837;
	font-size : 11pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.copyrightText {
	color : #ffffff;
	font-size : 9pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : none;
	
}

a.copyrightText {
	color : #ffffff;
	font-size : 9pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
	
}

a.copyrightText:hover {
	color : #EF9C0B;
	font-size : 9pt;
	font-style : normal;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
	
}

/* Nav */

div.snav1no {
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	display: inline;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	text-decoration : none;
	padding: 8px 0px 8px 18px;
	
}

div.snav1 a{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	display: inline;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	text-decoration : none;
	padding: 15px 0px 15px 18px;
}

div.snav1 a:hover{
	color : #FA7837;

}

div.snavTitle {
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	display: block;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	text-decoration : none;
	padding: 10px 0px 10px 18px;
	
}

div.snavTitleLarge {
	color : #ffffff;
	font-size : 13px;
	font-weight : bold;
	display: block;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	text-decoration : none;
	padding: 10px 0px 10px 18px;
	
}


