html, body {
	padding:0;
	margin:0;
}
body {
	background:#000000 url(images/bg.gif) repeat-x top;
}
body, td, input, textarea{
	font-size:10px;
  font-family:Verdana;
	color:#000000;
	line-height:12px;
	vertical-align:top;
	padding:0;
}

br {
	font-size:10px;
}

table {
	border:0;
	border-collapse:collapse;
}

span {
	color:#ffffff;
}

a {
	color:#ffffff;
	text-decoration:none;
} 
a:hover {
	text-decoration:underline;
}

.s{
	text-transform:uppercase;
}

.s1 {
	color:#333333;
	text-transform:uppercase;
}

.s2 {
	color:#FFFFFF;
	text-decoration:underline;
}

.s2:hover {
	text-decoration:none;
}

.set a {
	color:#000000;
	text-decoration:underline;
}

.set a:hover {
	text-decoration:none;
}

input {
	padding-left:5px;
	width:212px;
	height:21px;
}

textarea {
	padding-left:5px;
	width:212px; height:152px;
	overflow:auto;
}
