/* CSS Document */
body{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
/* Main table border */
table.border {
	border-left: 1px solid #12094A;
	border-right: 1px solid #12094A;
}
td 
{
	color: #10004B; 
	font-size: 8pt; 
	line-height:11pt; 
	font-family: Verdana 
}

td.bordertop {
	border-top: 1px solid #12094A;

}
td.borderbot {
	border-bottom: 1px solid #12094A;

} 

/* Search Table */
td.sbordertop {
	border-top:solid #A4A4A4 1px;
}
td.sborderbot  {
	border-bottom:solid #A4A4A4 1px;
}

td.sborderleft {
	border-left:solid #A4A4A4 1px;
}
td.sborderright {
	border-right:solid #A4A4A4 1px;
}
td.sbg{
	background-color:#E4E4E4;
}
/*Search Results */
td.rbg{
	background-color:#D8DFD8;
}
td.rtext{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #684B45;
}
.yellowborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #96773E;
}
.redheadings{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.h1results{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #552904;
}
.h1results2{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #684B45;
}
.h2results{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #3a4074;
}
a.results:link {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #96773E;
	text-decoration: none;
}
a.results:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a.results:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}




/* Search panel headings, button, input */
.h1{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.h2{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3a4074;
}
.btn {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.textbox {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}

/* links*/
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
/* Main Navigation*/

a.nav:link {
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;}
	
	a.nav:hover {
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;}
	
	a.nav:visited {
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#EBEBEB;
	text-decoration:none;}
	
h1 {
	font-SIZE: 18; font-weight:bold ; 
}

h2 {
	font-SIZE: 16; COLOR: Gray; font-weight:bold ;
}

h3 {
	font-SIZE: 10pt; COLOR: black; 
}


.h1Title {
	font-SIZE: 18; font-weight:bold ; 
}

.h2Title {
	font-SIZE: 16; font-weight:bold ;
}
.AlertMessages
{
	color:Red;
}	