
/*HTML styles */

* {
	font-family: verdana, arial, sans-serif ;
}

body {
	background-color: #666 ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 0px ;
	color: #000 ;
	font-size: 12px ;
}

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

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

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

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

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
}

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

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

#content {
	padding: 15px ;
}

#heading {
	padding: 7px 15px ;
	background: url(/images/heading_bg.gif) ;
	color: #fff ;
	font-size: 32px ;
	line-height: 36px ;
	letter-spacing: -3px ;
	font-style: italic ;
}

.img_float {
	float: right ;
	margin: 0px 0px 15px 15px ;
	clear: both ;
}

.img_left {
	float: left ;
	margin: 0px 15px 15px 0px ;
}

.img_border {
	background: #fff ;
	padding: 3px ;
	border: 3px solid #AD8C18 ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	border-left: 1px solid #C2AC5A ;
	border-right: 1px solid #AD8C18 ;
	display: block ;
	text-align: center ;
	color: #fff ;
	padding: 8px 12px ;
	font-size: 18px ;
	letter-spacing: -1px ;
	
	text-decoration: none ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #6C9191 ;
	border-right: 1px solid #336666 ;
}

a:link {
	color: #AD8C18 ;
}

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

a:hover {
	color: #8096A0 ;
}