@charset "UTF-8";
/* CSS Document */

body, input, select, textarea {
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		11px;
	font-weight: 	normal;
	color: 			#660000;
}

p, h1, h2, h3, h4, h5, h6, form, ul {
	padding: 		0px;
	margin:			0px;
}

p {
	margin-bottom: 5px;
}

ul {
	list-style-position: outside;
	margin-left:	1.5em;
	margin-bottom: 	5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 	Georgia, "Times New Roman", Times, serif;
	font-weight: 	normal;
}

h1 {
	font-size: 		14px;	
}

h2 {
	font-size: 		24px;
	margin-bottom: 	10px;
}

h3 {
	font-size:		16px;
	font-weight:	bold;
	margin-bottom:	5px;
}

h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:		12px;	
	margin-top:		10px;
	margin-bottom:	5px;
}

lh	{
	font-weight:	bold;
	margin-top:		10px;
}

a, a:link {
	color: 				#660000;
	text-decoration: 	underline;
}

a:visited {
	color: 				#660000;
}

a:hover {
	color:				#993333;
	text-decoration:	none;
}

a:active {
	color:				#660000;
}