html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background:#FFF url(../images/bg.png) top repeat-x;
	color:#000;
}
img{
	border:0;
}
form{
	margin:0;
}
a:link,a:visited {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#666;
}
.red{
	color:#FF0000;
}
.textbox{
	width:200px;
}
.textarea{
	width:200px;
}
.select{
}
