
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 23px;
	color: #666666;
}
.whitelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
.boldlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.darktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}
.Row {width:146px;clear:both;margin-left:2px;}
.Label {float:left;width:50px;font-family: Arial, Helvetica, sans-serif;font-size: 11px;}
.Input {float:left;width:95px;margin:0;padding:0;}
.ErrorMessage {color:red;font-weight:bold;}

a.LeftButton {
	display:block;
	min-height:17px;
	height:auto;
	/*background-image:url(./images/ButtonBg.gif);*/
	background-color:#768dac;
	border-top:3px solid #768dac;
	border-bottom:3px solid #768dac;
	color:#ffffff;
	font-family: "Trebuchet MS regular",Arial, Helvetica, sans-serif;
	font-size:11.25px;
	padding:7px 0 0 12px;
}

a.LeftButton:hover {
	background-color:#9fafc5;
	border-top:3px solid #768dac;
	border-bottom:3px solid #768dac;
	min-height:17px
	/*background-image:url(./images/ButtonBgOver.gif);*/
}

h1.PageHeader {
	width:535px;
	min-height:24px;
	height:auto;
	margin:0 0 0 1px;
	padding:6px 15px 0 0;
	background-color:#a6b4be;
	text-align:right;
	font-family: "Trebuchet MS regular",Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}
.signup {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11.25px;
	margin-left:2px;
	color:#ffffff;
}
.Black {color:#000000;}
.Bold {font-weight:bold;}