html, body, form, div, span, td, th, font, p, input, textarea, a, a:hover {
	font-family: Verdana;
	font-size: 11px;
	/*line-height: 15px;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	color: #9c1212;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 5px;
}


h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

h1 { font-size: 18px; }
h1.pageTitle { color: #000000; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: 0;f
}

select, textarea, input {
	font-family: Verdana;
	font-size: 11px;
}

/*
input[type="image"] {
	margin-left: 5px;
	border: 1px solid #acb508;
}

input[type="image"]:hover {
	border: 1px solid #919807;
}

input[type="image"] {
	vertical-align: bottom;
}
*/

input {
	vertical-align: top;
}

a, a:hover {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #8d2830;
	text-decoration: underline;
}

ul, ol {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

table thead th {
	text-align: left;
}

table img {
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border: 0;
}

hr {
	border: 0; 
	height: 1px; 
	color: white; 
	background-color: white;
	clear: both;
}
