body{
	background-color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
}

A{
	text-decoration : none;
	color : blue;
}

A:Hover{
	text-decoration : underline;
	color : #003333;
}

P{
	padding-left : 8px;
	font-size : 12px;
}

H1{
	font-size : 21px;	
	font-weight : normal;
	color : #801E40;
	border-top : 0px;
	border-bottom : 1px;
	border-left : 0px;
	border-right : 0px;
	border-style : solid;
}

H2{
	font-size : 17px;	
	font-weight : Bold;
	color : #801E40;
	border-top : 0px;
	border-bottom : 1px;
	border-left : 0px;
	border-right : 0px;
	border-style : solid;
}

H3{
	font-size : 13px;	
	font-weight : Bold;
	color : #801E40;
}

H4{
	font-size : 13px;	
	font-weight : bold;
}

H5{
  	background-color: #f0f0f0;
  	border-color: #909090;
  	border-style: solid;
  	border-width: 1px;
  	padding: .5em;
}
H6{
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 10px;
	color : black;
	font-weight : normal;
	margin : 0;
	padding : 0;
}

HR{
	height : 4px;
	color : #c9d69f;
	background-color : #c9d69f;
	border : 1px solid black;
	width : 100%;
	padding : 0;
	margin : 0;
}

UL{
	font-size : 12px;
	list-style-type : square;
	list-style-image : url(/assets/furniture/text-bullet.gif);
	margin : 0;
	padding : 0;
	padding-left : 15px;
}

UL UL{
	font-size : 11px;
	list-style-type : disc;
	list-style-image : url(/assets/furniture/text-bullet-secondary.gif);
	color : black;

}

UL UL UL{
	font-size : 11px;
	list-style-type : square;
	list-style-image : url(/assets/furniture/text-bullet-tertiary.gif);
	color : #801e40;
}


form{
	padding : 0;
	margin : 0;
	display : block;
}
label{
	padding : 0;
	margin : 0;
	font-size : 12px;
	font-weight : bold;
}

th{
	text-align : left;
	font-size : 13px;
	color : #990000;
	border-bottom : 1px solid black;
}
fieldset{
	border : 1px dashed black;
	padding : 5px 10px 10px 10px;
	margin : 0 0 0 10px;
	width : 92%;
}
legend{
	background-color : white;
	padding : 2px 5px 2px 5px;
	color : #900;
	font-weight : bold;
	font-size : 12px;
	text-transform : uppercase;
	margin : 0 0 10px 0;
}

select{
	font-size : 11px;
	font-family : arial, helvetica, sans-serif;
}