/*--------BODY------------------------------------------- */
body {
	
		background: url(images/layout/background.gif) repeat-x;
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#FFF;

}
/*--------SIGNUP INPUT------------------------------------------- */
.formstyle {

		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#333;
		background-color:#eee;
		margin-right:5px;
}
.formbutton {
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#333;
		background-color:#d7d7d7;
		
}
.standard {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#333;
		color: #000000;
}
.x-small { 

		font-size:11px;
		color:#333;
}
/*--------LINKS------------------------------------------- */
.link {
	font-size:12px;
	color: #DE0800;
}
a.link {
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
	color: #DE0800;
}

