body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	background: #FFF;
	text-align: left;
	line-height: 16px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006600;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #006600;
}
a:hover, a:active {
	text-decoration: underline;
	color: #CC0000;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

td.smaller {
	font-size: 11px;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	color : #000000;
}

hr {
	color : #3399CC;
}

.fltrt {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.fltlft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#nav_right {
	font-family: "Trebuchet MS1", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}
#nav_right a:link, #nav_right a:visited {
	text-decoration: underline;
	color: #003300;
}
#nav_right a:hover, #nav_right a:active {
	text-decoration: underline;
	color: #990000;
}

.contact_table {
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contact_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.contact_table textarea {
	width: 430px;
}



