/* stylesheet.css */  

/*Body Styles*/
body {
	background-color: #fffbe6;
	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: 10pt;
}

/*Subhead Style*/
.subhead-13-blue {
	 font-family:"Trebuchet MS";
	 color: #206ba4;
	 font-weight: bold;
	 font-size: 13pt;
}

.subhead-13-orange {
	 font-family:"Trebuchet MS";
	 color: #ff9834;
	 font-weight: bold;
	 font-size: 13pt;
}

.subhead-13-green {
	 font-family:"Trebuchet MS";
	 color: #c0e061;
	 font-weight: bold;
	 font-size: 13pt;
}

.subhead-10-blue {
	 font-family:"Trebuchet MS";
	 color: #206ba4;
	 font-weight: bold;
	 font-size: 10pt;
}

.subhead-10-orange {
	 font-family:"Trebuchet MS";
	 color: #ff9834;
	 font-weight: bold;
	 font-size: 10pt;
}

.subhead-10-green {
	 font-family:"Trebuchet MS";
	 color: #c0e061;
	 font-weight: bold;
	 font-size: 10pt;
}

.subhead-9-blue {
	 font-family:"Trebuchet MS";
	 color: #206ba4;
	 font-weight: bold;
	 font-size: 9pt;
}

.subhead-9-orange {
	 font-family:"Trebuchet MS";
	 color: #ff9834;
	 font-weight: bold;
	 font-size: 9pt;
}

.subhead-9-green {
	 font-family:"Trebuchet MS";
	 color: #c0e061;
	 font-weight: bold;
	 font-size: 9pt;
}

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

.bodytext-white {
	font-family:"Trebuchet MS";
	color: #ffffff;
}

.bodytext-9 {
	font-family:"Trebuchet MS";
	font-size: 9pt;
}

.bodytext-9-white {
	font-family:"Trebuchet MS";
	color: #ffffff;
	font-size: 9pt;
}

.bodytext-8 {
	font-family:"Trebuchet MS";
	font-size: 8pt;
}

.bodytext-8-white {
	font-family:"Trebuchet MS";
	color: #ffffff;
	font-size: 8pt;
}

.bodytext-7 {
	font-family:"Trebuchet MS";
	font-size: 7pt;
}

.bodytext-7-white {
	font-family:"Trebuchet MS";
	color: #ffffff;
	font-size: 7pt;
}

/*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: #faf1c3;
	 text-decoration:none;
} 

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

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

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

/* Additional Link Style*/
a.blue_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #206ba4;
}

a.blue_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #206ba4;
}

/*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: 3px solid #fed7b0;
}

.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: dashed;
	border-bottom-color: #ff9834;
}

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

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

.schedule-page-table a{
	margin-right: 20px;
}