/* stylesheet.css */  

/*Body Styles*/
body {
	background-color: #3E3F42;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

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

/*Subhead Style*/
.subhead {
	 font-family:"Trebuchet MS";
	 color: #6F7A1E;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 16pt;
}

.purple_col {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #864C94;
	font-size: 12pt;
	font-weight:bold;
}

.purple_mid {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #864C94;
	font-size: 10pt;
	font-weight:bold;
}

.purple_drop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #864C94;
	font-size: 8pt;
}

.tan_col {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #C59A4C;
	font-size: 9pt;
}

/*Body Text Style*/
.bodytext {
	font-family:"Trebuchet MS";
}

/*Footer Text Style*/
.footer {
	font-family: "Trebuchet MS";
	font-size: 9pt;
}

/*Font Styles*/
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

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

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

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

a.green_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #008300;
	font-size: 9pt;
}

a.tan_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #C59A4C;
	font-size: 9pt;
}

a.tan_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #C59A4C;
	font-size: 9pt;
}

a.purple_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #864C94;
	font-size: 9pt;
}

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

/*Cell Roll Over Style*/
.tbl a {
	width:100%;
	padding: 3px;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.rollover a {
	width:100%;
	background-color: #f2f971;
	text-align: left;
	text-decoration: none;
	color:#213B90;
}
.rollover a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
}
.rollover ul {list-style-type: none;}
.rolllover p {margin:0px}

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

.border_dashed {
	border: 1px dashed #000000;
}