body
{
}

.Header td
{
	vertical-align: middle;
	color: lightgrey;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.Header a
{
	color: white;
	text-decoration: none;
}

.Header a:hover
{
	color: read;
	text-decoration: none;
}

.Footer td
{
	font-size: 10px;
	color: darkgray;
	font-family: Arial;
}

.SideMenu
{
	width: 180px;
	height: 400px;
	vertical-align: top;
	font-family: Arial;
	background-color: #FACD56;
}

.SideMenu table
{
	padding: 0px;
	border-width: 0px;
}

.SideTitle td
{
	height: 50px;
	font-size: 12px;
	font-weight: bold;
}

.SideMenu td
{
	vertical-align: middle;
	color: navy;
	font-size: 12px;
}

.SideMenu p
{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.SideMenu a
{
	color: #0066cc;
	text-decoration: none;
}

.SideMenu a:hover
{
	color: #8080FF;
	text-decoration: underline;
}

.Form
{
	width: 550px;
	background-color: whitesmoke;
	border-collapse: collapse;
}

.FormTitle
{
	background-color: #C0C0C0;
	height: 15px;
	COLOR: white;
	font-weight: bold;
}

.Form td
{
	border-color: white;
}

.ListAlt
{
	background-color: whitesmoke;
}

.GridHeader
{	            
	background-color:#C0C0C0;	
}

td
{
	vertical-align: top;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

a
{
	color: #0066cc;
	text-decoration: underline;
}

a:hover
{
	color: #FFCC33;
	text-decoration: underline;
}

a:visitied
{
	color: #0066cc;
	text-decoration: underline;
}

img
{
	border: 0px;
}

input
{
	border-width: 1px;
	
	border-color: #666666;
}

