body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #cdcdcd;
}
.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40637A;
}
.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #40637A;
	font-weight: bold;
}
a:link
{
	color: #003387;
	text-decoration: none;
}
a:visited
{
	color: #003387;
	text-decoration: none;
}
a:hover
{
	color: yellow;
	text-decoration: none;
}
FORM
{
	margin:0;
}

.table_heading
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ed2024,endColorStr=#f5f5f5); 
	font-weight:bold;
	border-style:solid;
	border-width:1;
	background-color:#80B5DC;
	border-collapse: collapse;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border-top:1px solid white;
	border-left:1px solid white;
}
.table_top
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#000000,endColorStr=#ed2024);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cdcdcd;
	font-weight:bold;
	border-style:solid;
	border-width:0;
	background-color:#000000;
	border-collapse: collapse;
	border-right:0px solid #AAAAAA;
	border-bottom:0px solid #AAAAAA;
	border-top:0px solid white;
	border-left:0px solid white;
	padding-left:15px;
}

.dropdown_inactive
{
	background-color: #bbbbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid white;
	border-left: 1px solid white;
	cursor: default;
}

.menu
{
	position: absolute;
	background-color: #bbbbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-top: 0px;
	z-index: 100;
	display: none;
}

.table_sub_heading
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#BBBBBB,endColorStr=#f0f0f0); 
	font-weight:bold;
	border-style:solid;
	border-width:1;
	background-color:#CCCCCC;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border-top:1px solid white;
	border-left:1px solid white;

}
.table_body
{
	background:#aaaaaa;
	font-weight:normal;
	font-size:12;
	font-family:sans-serif;
	border-style:solid;
	border-collapse: collapse;
	border-width:1;
	border-spacing: 0px;
	border-right:1px solid #000000;
	border-bottom:1px solid #111111;
	border-top:1px solid white;
	border-left:1px solid white;
}
.master_table
{
	border-style:solid;
	border-width:1;
	background-color:#cdcdcd;
	border-collapse: collapse;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border-top:1px solid white;
	border-left:1px solid white;
	
}

.top_padding
{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c5c5c5,endColorStr=#efefef);
	padding-top:5px;
}

.left_padding
{
	background-color:#ffffff;
	padding-left:45px;
}
TEXTAREA { behavior: url(maxlength.htc)}