﻿@charset "UTF-8";

.text-red {
	color: #990033; font-weight: bold}
}

.tinyText {font-size:10px; font-family:Arial, Helvetica, sans-serif}

.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

.text a:link {color: #990033; font-weight: bold; text-decoration:none;}
.text a:visited {color: #990033; font-weight: bold; text-decoration:none;}
.text a:hover {color: #990033; font-weight: bold; text-decoration:underline;}
.text a:active {color: #990033; font-weight: bold; text-decoration:underline;}
.tinyText {font-size:10px; font-family:Arial, Helvetica, sans-serif}

.text-reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding:6px;
}
.text-reverse a:link {color: #FFFFFF; font-weight: bold; text-decoration:none;}
.text-reverse a:visited {color: #FFFFFF; font-weight: bold; text-decoration:none;}
.text-reverse a:hover {color: #FFFFFF; font-weight: bold; text-decoration:underline;}
.text-reverse a:active {color: #FFFFFF; font-weight: bold; text-decoration:none;}

.text-reverse-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding:6px;
}
.text-reverse-red a:link {color: #FFFFFF; font-weight: bold; text-decoration:none;}
.text-reverse-red a:visited {color: #FFFFFF; font-weight: bold; text-decoration:none;}
.text-reverse-red a:hover {color: #990033; font-weight: bold; text-decoration:underline;}
.text-reverse-red a:active {color: #990033; font-weight: bold; text-decoration:underline;}

.text_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding:6px;
}
.text_navigation a:link {color: #990033; font-weight: bold; text-decoration:none;}
.text_navigation a:visited {color: #990033; font-weight: bold; text-decoration:none;}
.text_navigation a:hover {color: #990033; font-weight: bold; text-decoration:underline;}
.text_navigation a:active {color: #990033; font-weight: bold; text-decoration:underline;}


/*******************************************
Styles that were hard coded onto the pages
********************************************/

.style3 {font-size: 9px}

.style5 {font-size: 10px}

.style1 {color: #000000; font-family: Arial, Helvetica, sans-serif}

.style2 {
	font-size: 18px;
	font-weight: bold;
}

.style4 {color: #990033; font-weight: bold; }

body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ece7e7;
}


/********************************************/

.search {
	padding:10px 14px 10px 0;
}

.search p {
	margin:0 0 6px;
}

.searchTitle {
	font-weight:bold
}

.searchBox {
	width:159px;
	*width:146px;
}

.searchButton {
	
}

.searchResults {
	padding:0 6px 24px 12px;
} 


















