Body{
	background-color : white;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

A{
	color : #900;
	text-decoration : none;
}

A:Hover{
	color : #133986;
	text-decoration : underline;	
}

H1, H2, H3, H4, H5, H6{
	padding : 0 0 0 0; 
	margin : 3px 0 10px 0;
	text-align : left;
}

H1{
	font-size : 17px;
	color : #900;
	font-weight : 600;
	padding : 0 0 6px 0;
	background-image : url(/assets/furniture/horizontal-rule.gif);
	background-repeat : no-repeat;
	background-position : 100% 100%;
}

H2{
	font-size : 15px;
	color : #133986;
	font-weight : 600;
	padding : 0 0 6px 0;
	background-image : url(/assets/furniture/horizontal-rule.gif);
	background-repeat : no-repeat;
	background-position : 100% 100%;
}

H3{
	font-size : 14px;
	color : #133986;
	font-weight : 600;
}

HR{
	color : black;
	background-color : black;
	padding : 0 0 0 0;
	margin : 0 0 1em 0;
	height : 1px;
	border : none;
}

P{
	font-size : 12px;
	margin :  0 0 1em 0;
	line-height : 17px;
}

form{
	margin : 0;
	padding : 0;
}

ol, ul, Blockquote{
	margin : 0 30px 1em 30px;
	padding : 0;
	color : #213A83;
}

ol li{
	list-style-type : decimal-leading-zero;
	font-size : 12px;
}

ul li{
	font-size : 12px;
	list-style-type : square;
	list-style-position : outside;
	list-style-image : url(/assets/furniture/bullet-text.gif);
}
UL LI UL LIi{
	font-size : 12px;
	list-style-type : square;
	list-style-position : outside;
	list-style-image : url(/assets/furniture/bullet-text2.gif);
}

Label{
	font-size : 12px;
	font-weight : bold;
}

address{
	margin : 0 0 6px 0;
	padding :  0 0 0 0;
	font-style : normal;
}