﻿body {font-family:Arial;
}
a:link
{
	text-decoration: none;
	font-size: 14px;
	color: #003366;
}
a:visited
{
	text-decoration: none;
	font-size: 14px;
	color: #003366;
}
a:hover
{
	text-decoration: none;
	font-size: 14px;
	color: #330066;
	border-bottom: #000066 1px solid;
	background-color: #ffffcc;
}
.floatleft {float:left;}
.inline {display:inline;}
.gridview {font-size:12px;font-family:Arial;}
.gridviewheader {font-size:14px;font-weight:bold;color:Aqua;background-color:Navy}
.gridviewheader a:link {color:Aqua;}
.gridviewheader:hover {background-color:Gray}
.gridviewselected
{
	color: #ffffcc;
	background-color: #990000;
}