/* CSS Document */
html {min-width:750px;}
body {
	margin:0px;
	font-size:12px;
	line-height: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif,  "??";	
}
body > div {
	margin-right:auto;
	margin-left:auto;
	text-align: center;
} 
a {
	text-decoration: underline;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#FF0000;
}
form, input, select, table, tr {margin:2px; padding:0px; clear:both;}
.submit1 {
	background-image: url(../../images/public/submitbg1.gif);
	padding-top:3px;
	border: 3px double #F7941C;
	background-color: #FFFFFF;
	font-weight: bold;
}