body {
	margin: 10px 0;
	padding: 0;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
}

p, td, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
	line-height: 16px;
}

p {margin: 0; 	padding: 3px 0;}
p span{
	font-family: Arial, Helvetica, sans-serif;
	color: #92191C;
	font-size: 16px;
	font-weight: bold;
}

td {
	vertical-align: top;
	line-height: 20px;
}

form {
 padding-top: 0px; 
 margin-top: 0px;
 }

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px 10px 8px 15px;
	margin: 0;
	line-height: 16px;
}

li {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;

}

h1 {
	font-size: 12px;
	color: #900;
	padding: 5px 0 5px 0;
	margin: 0;
	border-top: 7px solid #369;
	text-transform: uppercase;
}

h1 em {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

h2 {
	font-size: 11px;
	line-height: 15px;
	color: #369;
	padding: 8px 0;
	margin: 4px 0;
	display: block;
	background-image: URL("/images/bg_header_dot.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}

h3 {
	font-size: 11px;
	color: #369;
	padding: 5px 0 5px 10px;
	margin: 4px 0;
	display: block;
	background-image: URL("/images/arrow_blue.gif");
	background-repeat: no-repeat;
	background-position: 0px;
	border-bottom: 1px dotted #369;
}
h4, h5 {
	color: #92191C;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
}

hr {
	color: #FFFBE6;
	border: 0;
	border-top: 1px dotted #6B2A1D;
	margin: 10px 0;
}

.required {color: #990000}


blockquote {
	padding: 0;
	margin: 5px 20px;
	line-height: 18px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #369;
	border: 1px solid #369;
	height: 16px;
	margin: 0;
	padding: 0 5px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

#areaContainer {
	
}

