
/*HTML styles */

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

body {
	background-color: #666666 ;
	margin: 0px ;
	color: #ffffff ;
	font-size: 12px ;
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

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

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

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

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

#content {
	padding: 20px ;
	background: url(/images/content_bg.gif) #396952 ;
	background-position: top ;
	background-repeat: repeat-x ;
}

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

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

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

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

.img_float {
	float: right ;
	clear: right ;
	margin: 0px 0px 20px 20px ;
	border: 1px solid #ffffff ;
}

a:link {
	color: #ffffff ;
}

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

a:hover {
	color: #ffff00 ;
}
