/* basic elements */
body {
	font: 11pt/16pt Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px;
}

p { 
}

h1 {
	font-size: 18pt;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
}

h2 { 
	font-size: 13pt;	
	color: #333333;
}

h3 {
	font-size: 12pt;
	color: #333333;
}
		
h4 {
	font-size: 11pt;
	color: #333333;
}		
		
ul.menu {
	list-style-type: disc;
	margin: 0px 10px 0px 30px;
	padding: 0px;
	color: #FFFFFF;
}		
		
a:link {
	text-decoration: none;
	color: #339933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}
a:visited { 
	text-decoration: none;
	color: #339933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}
a:hover {
	text-decoration: none;
	color: #99CC66;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC66;
}

a:active { 
	text-decoration: none;
	color: #99CC66;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC66;
}

a.link:link {
	text-decoration: none;
	color: #339933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}

a.link:visited { 
	text-decoration: none;
	color: #339933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}

a.link:hover {
	text-decoration: none;
	color: #99CC66;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC66;
}

a.link:active { 
	text-decoration: none;
	color: #99CC66;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC66;
}

a.whitelink:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-variant: normal;
	text-transform: uppercase;
	border: 1px none #000000;
}

a.whitelink:visited { 
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9pt;
	font-variant: normal;
	text-transform: uppercase;
	border: 1px none #000000;	
}

a.whitelink:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 9pt;
	font-variant: normal;
	text-transform: uppercase;
	border: 1px none #000000;	
}

a.whitelink:active { 
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 9pt;
	font-variant: normal;
	text-transform: uppercase;
	border: 1px none #000000;	
}

.logo {
	margin: 0px;
	padding: 5px 6px;
}

.topnav {
	margin: 0px;
	padding: 5px 15px 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #99CC66;
	border-left-color: #99CC66;
	color: #FFFFFF;
	background-color: #99CC66;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #339933;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CC66;
	font-weight: bold;
}

.subnav {
	margin: 0px;
	padding: 5px 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99CC66;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
	background-color: #99CC66;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CC66;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CC66;
	color: #FFFFFF;
	font-weight: bold;
}

.content {
	margin: 0px;
	padding: 5px 15px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}