/* CSS Document */

.messageText {
	font-family: sans-serif,Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #5D0303;
}

.headText {
	font-family: sans-serif,Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #6D4603;
	border-bottom:1px solid #ffffff
}


.text {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}

.text2 {
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	color: #000000;
	font-weight: none; 
}

.title {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.nav {
	color: #FFFFFF;
	text-decoration: none;
}
.nav:hover {
	color: #ffcc33;
	text-decoration: underline;
}


.tableTitle {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	background-color: #eeeeee;
	color: #000099;
}

.tableRemote {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	background-color: #eeeeee;
	color: #990000;
}


input.white {font-size: 12px; font-family:verdana; border: 1px solid #000000;}

textarea{font-size: 12px; font-family:verdana; border: 1px solid #000000;}

select { font-size: 12px; font-family:verdana; border: 1px solid #000000;}

.header {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #0B2AB5; font-size: 20px; font-weight: bold; text-decoration: underline}

A.top:link {COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none; 	font-family: Tahoma, sans-serif; font-size: 12px;}
A.top:visited {	COLOR: #000000; FONT-WEIGHT: bold;TEXT-DECORATION: none; 	font-family: Tahoma, sans-serif; font-size: 12px;}
A.top:active {	COLOR: #FF0000; FONT-WEIGHT: bold;TEXT-DECORATION: none }
A.top:hover {COLOR: #3399CC; FONT-WEIGHT: bold; TEXT-DECORATION: none }



.text2 {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #000000;
	font-weight: none; 
	padding: 2px
}

.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #0B2AB5; font-size: 10px; font-weight: bold; text-decoration: underline}
a.footer:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #646464; text-decoration: none}

.style3 {
	font-size: 14 px;
	font-family: arial;
	color: #004000;
}

.borderBottom{ border-bottom:1px solid #ffffff;  }