@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.hilite {
	background: #FFFF00;
	}
.style1 {font-size: 10px}
.style2 {
	font-size: 21px;
	color: #D20F04;
}
.style3 {
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
.style4 {
	font-size: 18px;
	font-weight: bold;
}

ul {
	list-style-position: outside;
	margin: .25em 0 1em 1em;
	padding-left: 1.5em;
	list-style-image: url(/_images/listitem.gif);
	border: 0px solid #fff;
}
li {
	margin-bottom: .25em;	
}

form label {
	margin-left: 15px;
	display: block;
	width: 180px;
	margin-bottom: 1em;
}
form label span {
	display: block;	
	font-weight: bold;
	font-size: 12px;
}
form label input {
	padding: 2px;	
	display: block;
}
form input.submit {
	display: block;
	margin: 0 auto;
	background-image: url(/_images/button.png);
	width: 183px;
	height: 34px;
	border: 0px solid #fff;
	padding-bottom: 5px;
	cursor: pointer;
	clear: both;
}
