
/*HTML styles */

body {
	background-color: #ffffff ;	
	margin: 0px 0px 15px 0px ;
	font-family: georgia ;
	font-size: 13px ;
	color: #636262 ;
}

p, li, div, td {
	line-height: 18px;
}

input, select, textarea, button {
	font-family: georgia ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 13px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	letter-spacing: -2px ;
	font-weight: bold ;
	color: #C1742B ;	
	margin-top: 0px ;
}

h2 {
	font-size: 18px ;
	font-weight: bold ;
	color: #C1742B ;	
	letter-spacing: -1px ;
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	color: #C1742B ;	
}

h6 {
	margin: 0px;
	font-size: 13px; 
	color: #636262 ;
}

h6 + p {
	margin-top: 0px; 
}

ul {
	list-style-image: url(/images/list_bg.gif); 
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	border-left: 1px dotted #919191 ;
	padding: 5px 25px ;
	color: #636262 ;
	text-decoration: none ;
	font-size: 15px ;
}

a.button:hover {
	color: #650E04 ;
	text-decoration: underline ;
}

#content {
	padding: 15px ;
}

a.link_gray:link, a.link_gray:active, a.link_gray:visited {
	color: #636262 ;
	text-decoration: none ;
}

a.link_gray:hover {
	text-decoration: underline ;
}

a:link {
	color: #650E04 ;
}

a:active, a:visited {
	color: #919191 ;
}

a:hover {
	color: #C1742B ;
}

div.white_box {
	border: 1px solid #919191 ; 
	background: #ffffff ; 
	padding: 15px; 
}

.required {
	text-align: center; 
	color: #C1742B;
}
