/* CSS Document */

/* stylesheet.css */  

/*Body Styles*/
body {
background-image:url(images/bg.jpg)
}

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

/*Subhead Style*/
.subhead {
	 font-family:Trebuchet MS;
	 color: #be1010;
	 font-weight: bold;
	 font-size: 16pt;
}

/*Body Text Style*/
.bodytext {
	font-family:Trebuchet MS;
	color:000000;
	line-height: 22pt;
	font-size: 10pt;
}
.bodytext_two {
	font-family:Trebuchet MS;
	color:000000;
	line-height: 16pt;
	font-size: 10pt;
}	
.bodytext_xsmall{
	font-family:Trebuchet MS;
	color:000000;
	font-size: 8pt;
}	
.links{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	line-height:17pt;
}	
.footer {
	font-family: Trebuchet MS;
	font-size: 9pt;
}

/*Font Styles*/
.bold {
	font-weight: bold;
}
.bold_bigger {
	font-weight: bold;
	font-size:14pt;
}

.italic {
	font-style: italic;
}

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

/*Hyperlink Style*/

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

a.black_links:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #ffffff;
	font-size: 9pt;
}
a.black_bigger_links {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000000;
	font-size: 16pt;
}

a.black_bigger_links:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #ffffff;
	font-size: 16pt;
}

/*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;

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

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

/*Left or Right Border Style*/
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/*Top or Bottom Border*/
.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5f471d;
}

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

/*Collapse Table*/
table {
	border-collapse: collapse;
}

/*Hide Search Terms Style*/
.searchterms {
	display:none;
}
