﻿body
{
	margin: 0;
	background: #f5f5f5;
	font-family: Arial;
	font-size: 16px;
	color: #696969;
}
#body
{
	background: buttonshadow;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100%);
}
.TitleFormat
{
	font-weight: bold;
	text-transform: uppercase;
	color: #3333ff;
	font-family: 'Arial Narrow';
}
.MenuFormat
{
	color: #3333ff;
	font-family: 'Arial Narrow';
	font-weight: bolder;
	text-transform: uppercase;
	background-color: gainsboro;
}
.TextFormat
{
	color: dimgray;
	font-family: 'Arial Narrow';
	font-size: 16px;
	
}
.TableFormat
{
	color: black;
	font-family: 'Arial Narrow';
	background-color: #ffffff;
	
	border-right: lightgrey thin solid;
	border-top: lightgrey thin solid;
	border-left: lightgrey thin solid;
	border-bottom: lightgrey thin solid;
	vertical-align: top;
	text-align: center;
	width: auto;
}
.ImagesText
{
	font-size: 14px;
	color: #716f64;
	font-family: 'Arial Narrow';
}
.TextBoxFormat
{
	color: dimgray;
	font-family: 'Arial Narrow';
	background-color: whitesmoke;
	font-size: 14px;
}
#Menu a:link, #Menu a:visited
{
	color: #3333ff;
}
#Menu a:hover
{
	background: #33ffff;
	color: #ffffff;
}
.SubMenu a:visited
{
	font-weight: bold;
	text-transform: capitalize;
	color: #3333ff;
	font-family: 'Arial Narrow';
}  
.HoverStyle a:hover
{
	color: #ffffff;
	font-family: 'Arial Narrow';
	font-size: medium;
	background-color: #66ffff;
	font-weight: bold;
}
.ButtonStyle
{
	font-weight: bold;
	text-transform: capitalize;
	color: #3333ff;
	font-family: 'Arial Narrow';
}
.TitleStyle
{
	font-size: 24px;
	color: #0000cd;
	height: 51px;
	left: 159px;
	top: 29px;
}

td
{
	padding-top: 2px;
	padding-right: 5px;
	padding-left:5px;
	padding-bottom: 2px;
	
}
.DropDownList
{
	text-transform: capitalize;
	color: #3333ff;
	font-family: 'Arial Narrow';
	background-color: whitesmoke;
	font-size: 16px;
	border-right: #3333ff 1px solid;
	border-top: #3333ff 1px solid;
	border-left: #3333ff 1px solid;
	border-bottom: #3333ff 1px solid;
	
}
.Label
{
	font-weight: bold;
	text-transform: uppercase;
	color: #3333ff;
	font-family: 'Arial Narrow';
}
.TableStretch
{
	border-right:0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	vertical-align: top;
	text-align: center;
	border:0px;
	border-spacing:0px;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	margin:0px;
	width: 900px;
}
.tdStretch
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left:0px;
	padding-bottom: 0px;
	margin:0px;
	border-style:none;
	border:0px;
	border-spacing:0px;
	border-spacing:0px;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
		
}
A:link, A:visited { text-decoration: underline }
A:hover { text-decoration: none }

