html{
	background-color: #EFE7D3;
}
body{
	font-family:Tahoma;
	font-size:11px;	
}
a{
	color:#0066FF;
}
h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}
h2{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
}
form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
strong, b, strong *, b * { font-weight: bold !important; }
p{
    line-height:20px;
}
p span{
    font-size:11px;
}
fieldset input, select{
	width: 200px;
	height: 25px;
	line-height:20px;
}
fieldset input{
	padding-top: 2px;
	*padding-top: 0px;
}
fieldset textarea{
	width: 200px;
	line-height: 20px;
}