body{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

a:link{
	text-decoration:none;
	color: #0060ea;
}
a:visited{
	text-decoration:none;
	color: #0060ea;
}
a:hover{
	text-decoration:underline;
	color: #224466;
	font-weight: bold;
}

a.alt:link{
	text-decoration:none;
	color: #0060ea;
}
a.alt:visited{
	text-decoration:none;
	color: #0060ea;
}
a.alt:hover{
	text-decoration:none;
	color: #0060ea;
}


.table_header{
	border:1px solid #070707;
	background-color:#C03738;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	padding:0px;
}
	
.table_alt1{
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-size: 11px;  /*Text size in points.  Default is 10pt.*/
	font-family: Trebuchet MS; /*The font used.  Default is Tahoma.*/
	color: #FF0000;
	color: #333333;
	padding:2px;
}
.table_alt2{
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-size: 11px;  /*Text size in points.  Default is 10pt.*/
	font-family: Trebuchet MS; /*The font used.  Default is Tahoma.*/
	color: #FF0000;
	color: #333333;
	padding:2px;
}
	
.form_bottom{
	border:0px;
	background-color:#FFFFFF;
	text-align:center;
	padding:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	
}
.error_message{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #FF0000;
}
	
	
input,select,textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color:#FFFFFF;
	border:1px solid #000000;
}

form{
	padding:0px;
	margin:0px;
}

img {
	border:0px;
}

.textbox {
	/*CSS code for the textbox style.  If you want a default style textbox then delete the values below.*/
	font-family: Trebuchet MS;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color:#333333;
}

#name, #pass, #shout, #url {
	width: 157px;
border: 1px solid #CCCCCC;
}

#buttons {
	width: 157px;
	text-align: center;
}