
/*HTML styles */

* {
	font-family: georgia, times, serif ;
}

body {
	background-color: #287300 ;
	margin: 0px ;
	color: #000 ;
	font-size: 14px ;
}

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

table {
	border-collapse: collapse ;
}

td {
	font-size: 14px ;
}

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

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

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

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

h1 {
	font-size: 36px ; 
	font-weight: normal ;
	color: #287300 ;
	line-height: 40px ;
	letter-spacing: -2px ;
	margin-top: 0px ;
}

h2 {
	font-size: 28px ; 
	font-weight: normal ;
	color: #287300 ;
	line-height: 32px ;
	letter-spacing: -1px ;
	margin-top: 0px ;
}

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	border-left: 1px solid #659B49 ;
	border-right: 1px solid #287300 ;
	color: #fff ;
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	text-align: center ;
	padding: 15px 25px ;
}

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

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

a:link {
	color: #287300 ;
}

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

a:hover {
	color: #60CC1A ;
}
