/* CSS Document */

/*Body Styles*/
body {
	background-color: #003b27;
}

body,td,th {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 8pt;
	 color: #ffffff;
}

.bodytext1 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:10pt;	
}

.bodytext2 {
	font-family:"Trebuchet MS";
	color:#fee179;
	font-size:10pt;	
}

.bodytext3 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:10pt;	
}

.bodytext4 {
	font-family:"Trebuchet MS";
	color:#003b27;
	font-size:10pt;	
}

.subheadgold {
	font-family:"Trebuchet MS";
	color:#fee179;
	font-size:18pt;	
}

.subheadgreen {
	font-family:"Trebuchet MS";
	color:#003b27;
	font-size:14pt;	
}

/*Hyperlink Style*/
a {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #003b27;
	 text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #003b27; 
	 text-decoration:underline;
}

/* Additional Link Style*/
a.purple_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #8a1fa1;
	font-size: 10pt;
}

a.purple_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #8a1fa1;
	font-size: 10pt;
}

/*Border Solid or Dashed*/
.border_solid {
	border: 1px solid #eceaec;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eceaec;
}

