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

/* stylesheet.css */  

/*Body Styles*/
body {
	background-image:url(images/redesign/images/background_bar.gif);
	background-repeat: repeat-x;
	background-color:#691c1c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*Subhead Style*/
.subhead {
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 16pt;
}

/*Footer Text Style*/
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background:#000000;

}
.style1 {
	font-size: 12pt;
	font-weight: bold;
	color:#FFFFFF;
}

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

.italic {
	font-style: italic;
}

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

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

.text_white{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 9pt;
}

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

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

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

.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: #ffffff;
}

.style3 {
color: #C0C0C0;
font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.grey_text {
font-size: 12pt;
color:#C0C0C0;
font-weight:bold;
font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.grey_text_smaller {
font-size: 10pt;
color:#C0C0C0;
font-weight:bold;
font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.yellow_text {
font-size: 10pt;
color:#FFFF66;
font-weight:bold;
font:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.style8 {
color: #FFFFFF;
font:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight:bold;
}
/*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;
}