/*  Class */
body {
	background-image: url(images/index_background01.jpg);
	background-repeat: repeat-x;
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
/* Links */
A:link {
	color:#fff;
	text-decoration:underline;
	font-size: 16px;
	font-weight: bold;
}
A:visited {
	color:#fff;
	text-decoration:underline;
	font-size: 16px;
	font-weight: bold;
}
A:active {
	color:#fff;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
}
A:hover {
	text-decoration:underline overline;
	color:#fff;
	font-size:16px;
	font-weight: bold;
}
.TextWhite14 {
	font-size: 15px;
}
.TextWhite18 {
	font-size: 22px;
}
.Greytext12 {
	font-size: 12px;
	color: #999999;
}
legend {
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
}
Input {
	margin-bottom: 4px;
}
.FormColLeft	{
	width:160px;
	float:left;
	position:relative;
	text-align: right;
	padding-right: 10px;
}
.FormColRight	{
	width:350px;
	float:left;
	position:relative;
}
.ClearLeft	{
	float:none;
 	clear: both;
}