HTML, BODY
{
	margin:0px;
}

.PageBody {
	width: 700px;
	border-style: solid;
	border-width: 0px, 1px, 1px, 0px;
	border-color: silver;
}

TD {
	font-family: Verdana;
	font-size: 11px;
	color: Black;
}

.ML {
	font-family: Tahoma;
	font-size: 14px;
	color: White;
	text-decoration: none;
	width:100%;
}

.ML:Hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight:800;
	color: Black;
	text-decoration: none;
	width:100%;
}

.ML:Visited {
	font-family: Tahoma;
	font-size: 14px;
	color: White;
	text-decoration: none;
	width:100%;
}

.ML:Visited:Hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight:800;
	color: Black;
	text-decoration: none;
	width:100%;
}

A {
	font-family: Tahoma;
	font-size: 11px;
	color: #7C98AE;
	text-decoration: none;
}

A:Hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #3E647E;
	text-decoration: none;
}

A:Visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #7C98AE;
	text-decoration: none;
}

A:Visited:Hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #3E647E;
	text-decoration: none;
}

.FirstCell {
	padding: 0px, 30px, 0px, 30px;
}

.FormField {
	font-family		:Verdana;
	font-size		:12px;
	border-width	:1px;
	border-style	:Groove;
	border-color	:#CCCCCC;
	color			:#000000;
	font-weight		:800;
}

.FormButton {
	font-family			:Verdana;
	font-size			:12px;
	font-weight			:800;
	color				:#000000;
	background-color	:#FFFFFF;
	background-image	:url('../Images/ButtonBg.gif');
	border-width		:1px;
	border-style		:ridge;
	border-color		:#CCCCCC;
}

FORM
{
	margin	:0px;
}

.TL
{
	background	: url("../Images/TLC.gif") 0	0		no-repeat;
}

.TR
{
	background	: url("../Images/TRC.gif") 100%	0		no-repeat;
	padding		: 10px;
}

.BL
{
	background	: url("../Images/BLC.gif") 0	100%	no-repeat;
}

.BR
{
	background	: url("../Images/BRC.gif") 100%	100%	no-repeat;
}

.t { background	: url("../Images/dot.gif") 0		0		repeat-x; }
.r { background	: url("../Images/dot.gif") 100%		0		repeat-y; }
.b { background	: url("../Images/dot.gif") 0		100%	repeat-x; }
.l { background	: url("../Images/dot.gif") 0		0		repeat-y; }


.Brd
{
	border-style	: Solid;
	border-color	: #000000;
	border-width	: 1px;
}

H1,H2,H3,H4,H5,H6,H7
{
	font-family	: Verdana;
	margin		: 2px;
}

SPAN
{
	font-family: Verdana;
}