﻿body{
	margin: 0px;
	padding: 3%;
	background: #F8FAF0 ;
	font: 12px "Lucida Grande", Tahoma, Verdana, times, serif;
	color: #252525;
	line-height: 1.7em;
}


a:link {
	color: #786E29;
	border-bottom: dotted 1px #786E29;
	text-decoration: none;
}

a:hover {
	color: #C58144;		
	border-bottom: dotted 1px #C58144;
	text-decoration: none;
}

a:active {
	color: #786E29;
	border-bottom: dotted 1px #786E29;
	text-decoration: none;
}
a:visited {
	color: #786E29;
	border-bottom: dotted 1px #786E29;
	text-decoration: none;
}

.clearer{
	display: none;
	clear: both;
}


h1, h2 { 
	font-weight: normal;
	font-family: Georgia, Verdana, serif;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}    
h3 {
	font-weight: normal;
	font-family: Georgia, Verdana, serif;
	font-size: 15px;
	padding: 0px;
	margin: 0px 10px 0px 10px;   
}            
p
	{
	margin-left: 20px;
	}

.right
	{
	text-align: right;
	}                              
.small
	{
	font-size: 11px;
	}

.grid
	{
	width: 700px;
	margin-left: 20px;
	}

.item
	{
	border: 1px dotted #252525;
	background-color: #f0f3e8;
	width: 30%;
	float: left;
	white-space: nowrap;
	margin: 1px;
	font-weight: 700;
	padding: .3em;
	}

.item>a
	{
	font-weight: 300;
	}

.odd
	{
	background-color: #f0f3e8;
	}

td
	{
	width: 10em;
	}

#top
	{
	font-weight: bold;
	}

a img   {
	border: 0px;
	}
td
	{
	background-color: #f0f3e8;
	border: 1px dotted #252525;
	}