/* Global Styles */

body {
	margin:0px;
	background-color: #F4FFE4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #060;
	}
	
h2 {
	color: #99CC66;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #060;
	font-size: 24px;
}

td,th {
	color: #060;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
	
a {
	color: #060;
	background-color:#99cc66;
	}
	
a:hover {
	color: #5C743D;
	background-color: #F4FFE4;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	color: #060;
	letter-spacing:normal;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	}
	
#navigation a:hover {
	color:#F90;
	background-color: #060;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	}
	
#logo 	{
	color: #5C743D;
	letter-spacing:0.2em;
	line-height:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image: url(j0430448.jpg);
	}

#tagline 	{
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
/* Class Styles */

buttons {
	color: #060;
	background-color: #99cc66;
	text-decoration: none;
}
ul {
	background-color: #F4FFE4;
}

