/* CSS Document */
/* CSS Document */

body { 
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}


.text {
	font-family: Trebuchet MS, Arial, Georgia, Times New Roman,Trebuchet MS,  Times, serif;
	font-size:13px;
	letter-spacing:0.3pt;
	color: #333333;
}


.red_banner{
	font-family: Trebuchet MS, Arial, Georgia, Times New Roman,Trebuchet MS,  Times, serif;
	font-size:19px;
	letter-spacing:0.3pt;
	color: #990000;
}

.required{
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}

A {

	font-family:Trebuchet MS, Verdana, Georgia, Times New Roman, Times, serif;
	font-size:13px;
	letter-spacing: 0.2pt;
	color: #880319;
	TEXT-DECORATION: none
	
}

A:hover {
	font-family: Trebuchet MS, Verdana, Georgia, Times New Roman, Times, serif;
	font-size:13px;
	letter-spacing: 0.2pt;
	color: #000000;
	TEXT-DECORATION: underline

}

/* ******************* Main Top MENU Links  CSS *******************  */

a.top_navigation:link {
	font-family:  Trebuchet MS,Arial,Georgia,Arial,  Verdana, Times, serif;
	letter-spacing: 0.3pt;
	font-size:13px;
	color:#FFFFFF;
	TEXT-DECORATION: none
	}

a.top_navigation:visited {
	font-family:  Trebuchet MS,Arial,Georgia,Arial,  Verdana, Times, serif;
	font-size:13px;
	color:#FFFFFF;
	TEXT-DECORATION: none
	}
a.top_navigation:hover {
	font-family:  Trebuchet MS,Arial,Georgia,Arial,  Verdana, Times, serif;
	font-size:13px;
	color: #CCCCCC;
	TEXT-DECORATION: none
}

/* **************************************  */

.copyright{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BDBDBD;
}

.error{
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}
.tableresult {
	background:#990000;
	}
.tableheading{
	color:#fff;
	}
.tabledata{
	background-color:#FFFFFF;
	color:#000000;
}