body
{
	background-color: #DEE0E0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

H3
	{
		font-size: 12px;
	}

a
	{
		color: Black;
	}
	
a.visited
	{
		color: Black;
	}
	
a.SupportMenu
	{
		font-size: 7pt;
	}

P
	{
		font-size: 12px;
	}

P.Small
	{
		font-size: 9px;
	}

P.Center
	{
		text-align: justify;
		Padding-Right: 10px;
		Padding-Left: 10px;
	}
	
Div.PageTitle
	{
		font-size: 13px;
		font-weight: bold;
		font-family: Arial;
		padding-left: 5px;
		background-color: #FFED76;
		border: solid 1px #D4CFAF;
	}
	
B.GridHeader
	{
		font-size: 11px;
		font-weight: bold;
	}
	
Div.GridHeader
	{
		font-size: 11px;
		font-weight: bold;
	}

TD
{
	font-family: Arial;
	font-size: 10pt;
}

TD.Center
	{
		background-color: #F8F8F4;
	}


TD.Header
{
	background-color: #B8C5C9;
}

TD.Menu
{
	background-image: url(images/menu_bg.jpg);
	height: 20px;
	width: 100px;
	border: none;
	
}

TD.SupportMenu
	{
		font-size: 8pt;
		font-weight: bold;
	}

TD.Footer
{
	background-image: url(images/menu_bg.jpg);
	text-align: center;
	height: 20px;
	font-size: 7pt;
}

TD.Form
	{
		height: 16pt;
		background-color: #384A5D;
		color: White;
		border: solid 1 #DEE0E0;
		padding-right: 5px;
		text-align: right;
		font-size: 8pt;
		font-weight: bold;
	}

TD.Small
	{
		font-size: 9px;
	}

TD.SmallLeft
	{
		font-size: 9px;
		padding-left: 5px;
	}


TD.SMallRight
	{
		font-size: 9px;
		padding-right: 5px;
	}

LI
	{
		font-size: 11px;
		margin-left: 10px;
	}


.Textbox
{
	background-color:#E4D9CD;
	font-size: 9pt;
	font-family: Arial;
	border: solid 1 #495D66;
}

.TextboxDatagrid
{
	background-color:#FBF3CD;
	font-size: 9pt;
	font-family: Arial;
	border: solid 1 #495D66;
}

.Combo
{
	background-color: Black;
	font-size: 9pt;
	font-family: Arial;
	border: solid 1 #495D66;
}

.Button
{
	background-image: url(images/submit_background.gif);
	border: solid 1 #000000;
	color: #E4D9CD;
	font-size: 8pt;
	font-weight: bold;
}

.GridButton
{
	background-color: #384A5D;
	border: solid 1px #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}