body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
body {
	background-color: #FFFFFF;
	margin: 0; padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1, h2 {
	font-size: 110%;
}
h3, h4 {
	font-size: 100%;
}

hr.clear {
	clear: both;
	visibility: hidden;
	height: 0px;
	padding: 0; margin: 0;
}
a[target~=_blank] {
	margin-right: 5px;
	padding-right: 17px;
	background-image:url(offsite.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a[target~=_blank].img, a[target~=_blank].hideext {
	margin: 0; padding: 0;
	background-image: none;
}
p, ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

body, td, th, input { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
}

form input, form select, form textarea {
	background: #EEE;
	border:	1px inset #9097A2;
	color: #444;
}

form input:hover, form input:focus, form select:hover, form select:focus, form textarea:hover, form textarea:focus {
	color: #000;
}

form input:hover,  form select:hover, form textarea:hover {
	border: 1px inset #444;
}

form input:focus, form select:focus, form textarea:focus {
	background: #efefef;
	border: 1px inset #cbe;
	color: #000;
}

input[type="submit"] {
	font-weight: bold;
	margin: 2px;
	border: 1px outset #cbe;
}

input[type="submit"]:hover {
	border: 1px outset #cbe;
}

input[type="reset"] {
	margin: 2px;
}

