body
{
	font-size: 10pt;
	font-family: Arial;
}
A:link
{
	color: "#3399FF";
	font-family: Arial;
	text-decoration : none;
}
A:active 
{
	color: #000000;
	text-decoration : none;
}

A:visited
{
	color: navy;
	text-decoration: none;
}

A:hover
{
	color: #ff0000;
	text-decoration: underline;
}



.gridlink
{
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	text-decoration : none;
}
.heading_link
{
	font-size: 10pt;
	color: "#3399FF";
	font-family: Arial;
	text-decoration : none;
}
.main_table
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: visible;
	width: 100%;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.left_column
{
	background-image: url(images/bottombackgroundimage.jpg);
	overflow: visible;
	background-repeat: repeat-y;
}

.main_column
{
	overflow: visible;
	width: 84%;
	text-align: left;
}

.clsDragWindow
{
	border:solid 2px #000000;
	background-color:#666666;
	filter:alpha( opacity=40 );
	position:absolute;
	display:none;
}
.subhead
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: large;
	padding-bottom: 5px;
	width: 100%;
	color: #ffffff;
	padding-top: 5px;
	font-family: arial;
	background-color: #0054a6;
	text-align: center;
}
