
/*HTML styles */

body {
	background-color: #AE3323 ;
	background-position: top ;
	background-repeat: repeat-x ;	
	margin: 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color:  ;
}

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

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 28px ;
	font-weight: normal ;
	color: #AE3323 ;	
	margin-top: 0px ;
	line-height: 32px ;
	letter-spacing: -2px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	color: #AE3323 ;	
	line-height: 22px ;
	letter-spacing: -1px ;
}

h3, .inline_h {
	font-size: 13px ; 
	font-weight: bold ;
	color: #AE3323 ;
	letter-spacing: -1px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: left center ;
	color: #ffffff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	padding: 8px 13px 8px 33px ;
	text-decoration: none ;
	margin: 5px ;
	border: 1px solid #ffffff ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
}

a.button_sub:link, a.button_sub:active, a.button_sub:visited, a.button_sub:hover {
	display: block ;
	background: #BC7F3C ;
	padding: 2px 5px 2px 33px ;
	color: #ffffff ;
	text-decoration: none ;
	font-size: 13px ;
	line-height: 15px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.button_sub:hover {
	background: #F28331 ;
	text-decoration: underline ;
}

#content {
	padding: 15px ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
	white-space: nowrap ;
}

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

a:link {
	color: #AE3323 ;
}

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

a:hover {
	color: #F28331 ;
}