/*  Class */
body {
	font-size: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

/* Links */
A:link {
	color:#000;
	text-decoration:underline;
	font-size: 12px;
}
A:visited {
	color:#000;
	text-decoration:underline;
	font-size: 12px;
}
A:active {
	color:#000;
	text-decoration:none;
	font-size: 12px;
}
A:hover {
	text-decoration:underline overline;
	color:#0000ff;
	font-size: 12px;
}
/* Large Links */
.LargeLink A:link {
	color:#000;
	text-decoration:underline;
	font-size: 18px;
}
.LargeLink A:visited {
	color:#000;
	text-decoration:underline;
	font-size: 18px;
}
.LargeLink A:active {
	color:#000;
	text-decoration:underline;
	font-size: 18px;
}
.LargeLink A:hover {
	text-decoration:underline;
	color:#0000ff;
	font-size: 18px;
}
.spacer {
	font-size: 4px;
}
.HeadingText {
	font-size: 24px;
	font-weight: bold;
	color: #ad2088;
}
.FormLeft {
	float: left;
	width: 205px;
	position: relative;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
}
.FormRight {
	float: left;
	width: 300px;
	position: relative;
	height: 25px;
}
.FormBoxText {
	background-color: #CCCCCC;
	border: 1px solid #FF0000;
	font-weight: bold;
	color: #0000FF;
	text-indent: 5px;
}
.ClearBoth {
	clear: left;
	float: none;
}
.BlackText14 {
	font-size: 14px;
	font-weight: bold;
}
.BlackText16 {
	color: #000000;
	font-size: 16px;
}
