body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

li { padding-bottom:5px;
}

a {
	color: blue;
	font-weight: bold;
	font-style: italic;
}
td {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9pt;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}

p.nav {
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom: 0;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336600;
	font-style: italic;
}
a.nav {
	color: #336600;
}

.keyw {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #333333;
	margin-left: 8pt;
	margin-right: 8pt;
}

.ts {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 8pt;
	color: #336600;
}	
a.ts:link,a.ts:visited,a.ts:active {
	font-size: 8pt;
	text-decoration: none;
}
a.ts:hover {
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}