@charset "utf-8";
/* CSS Document */

/* stylesheet.css */  

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

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

/*Subhead Style*/
.subhead {
	 font-family:"Trebuchet MS";
	 color: #362F13;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 12pt;
}
.subhead_orange {
	 font-family:"Trebuchet MS";
	 color: #F09D13;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 12pt;
}

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

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


/* Additional Link Style*/
a.menu_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #362F13;
	font-size: 10pt;
	font-weight:bold;
}

a.menu_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F8EDD9;
	font-size: 10pt;
	font-weight:bold;
}
a.ftp_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #F7F2DE;
	font-size: 10pt;
	font-weight:bold;
}

a.ftp_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BB9F56;
	font-size: 10pt;
	font-weight:bold;
}
a.calfscale_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #F8EDD9;
	font-size: 10pt;
	font-weight:bold;
}

a.calfscale_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #362F13;
	font-size: 10pt;
	font-weight:bold;
}
a.results_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #F7F2DE;
	font-size: 9pt;
	
}

a.results_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #362F13;
	font-size: 9pt;
	font-weight:bold;
}

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

a.results_links_reverse:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #487795;
	font-size: 9pt;
	font-weight:bold;
}

/*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: #FFD25B;
}

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