body {
	margin:0px;
	text-align:center;
	height:100%;
}

.titletext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing:1.5px;
	font-weight: bold;
	color: #777777;
	text-transform:lowercase;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.alttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4581F1;
}

input,select,textarea {
	border:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.buttontext, buttontext:link, buttontext:hover, buttontext:active, buttontext:visited,   {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:1.5px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:lowercase;
	text-decoration:none;
}

.alert {
	text-align:center;
	padding:5px;
	width:450px;
	border:1px solid #CBAB1A;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*a:link {	color: #FFFFFF;}
a:hover {	color: #FFFFFF;}
a:active {	color: #FFFFFF;}
a:visited {	color: #FFFFFF;}*/

a:link {	color: #666666;}
a:hover {	color: #999999;}
a:active {	color: #666666;}
a:visited {	color: #999999;}