BODY {
 
 padding-right: 0px;
 padding-left: 0px;
 font-size: 11px;
 padding-bottom: 0px;
 margin: 0px;
 line-height: 16px;
 padding-top: 0px;
 font-family: verdana, arial, helvetica;
 background-image: url(/images/backgrounds/background.gif);
 background-repeat: repeat-x;
 background-color: #990000;
 
}

INPUT.text {
		font-size: 11px;
		font-family: arial;
		color: #666666;
		border-style:inset;
		border-width:1px;
		border-color:#999999;
		padding: 1px;
}

INPUT.submit {
	
		font-size: 11px;
		font-family: arial;
		color: #666666;
		background-color: #EEEEEE;
		border-style:inset;
		border-width:1px;
		border-color:#999999;
		padding: 1px;
}

textarea {
		font-size: 11px;
		font-family: arial;
		color: #666666;
		border-style:inset;
		border-width:1px;
		border-color:#999999;
		padding: 3px;
}

option, select {
		font-size: 11px;
		font-family: arial;
		color: #666666;
}