<!--
body {
	font-family: "times new roman", times, serif; 
	color: #000000; 
	font-size: 17px; 
	line-height: 22px;
	background-image: url("images/bkg.gif");
	background-repeat: repeat-y; 
	background-color: #FFFFFF; 
	margin: 0px;
	padding: 0px; 
	}

p { 
	font-size: 17px; 
	line-height: 22px;
	margin: 0px 0px 0px 0px; 
	}

h1 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 17px; 
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 0px 0px; 
	}

h2 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 15px; 
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 0px 0px; 
	}

h3 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 17px; 
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 0px 0px; 
	}

h4 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; 
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px; 
	}

a { 
	color: #333333; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:link {  
	color: #333333; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:visited { 
	color: #333333; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:active { 
	color: #999999; 
	background-color: transparent; 
	text-decoration: underline; 
	}

a:hover {  
	color: #999999; 
	background-color: transparent; 
	text-decoration: underline; 
	}

form {
	margin: 0px;
	}

input {
	margin: 0px;
	}

b { 
	font-weight: bold;
	}

strong { 
	font-weight: bold;
	}

i { 
	font-style: italic;
	}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 5px 15px 0px;
	}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}

ul ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 10px;
	}

li {
	font-family: "Times New Roman", Times, serif; 
	font-size: 17px; 
	line-height: 22px;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 2px 20px;
		}

div.header {
	width: 100%;
	height: 80px;
	color: #000000; 
	background-image: url("images/bkg_hd.gif"); 
	background-repeat: repeat-x; 
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	}

div.sidenav {
	width: 180px;
	color: #000000;
	background-color: transparent;
	margin: 45px 20px 25px 10px;
	padding: 0px;
	}

div.sidenav img {
	margin: 0px 0px 25px 0px;
	}

div.content {
	width: 495px;
	color: #000000;
	background-color: transparent;
	margin: 30px 40px 35px 28px;
	padding: 0px;
	}

div.content p {
	margin: 0px 0px 15px 0px;
	}

div.content p.small {
	font-size: 12px;
	line-height: 15px;
	}

div.content h1 {
	margin: 0px 0px 15px 0px;
	}

div.content h2 {
	margin: 0px 0px 0px 0px;
	}

div.content h3 {
	margin: 0px 0px 0px 0px;
	}

div.content h4 {
	margin: 0px 0px 10px 0px;
	}

div.content h3 a { 
	color: #000000; 
	background-color: transparent; 
	text-decoration: none; 
	}

div.content h3 a:link {  
	color: #000000; 
	background-color: transparent; 
	text-decoration: none; 
	}

div.content h3 a:visited { 
	color: #000000; 
	background-color: transparent; 
	text-decoration: none; 
	}

div.content h3 a:active { 
	color: #666666; 
	background-color: transparent; 
	text-decoration: underline; 
	}

div.content h3 a:hover {  
	color: #666666; 
	background-color: transparent; 
	text-decoration: underline; 
	}

div.content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 20px 25px;
	padding: 0px;
	}

div.content p.contact     { 
	font-family: 'times new roman', times, serif; 
	font-size: 12pt; 
	color: #000000; 
	line-height: 13pt; 
	font-style: italic; 
	margin: 0px 0px 0px 3px; 
	}

div.content p.contact2    { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	line-height: 10pt; 
	margin: 0px 0px 0px 0px;
	}

textarea {
	width: 405px;
	border: 2px solid #FFCC66;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

input.styled {
	width: 405px;
	height: 25px;
	border: 2px solid #FFCC66;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
	-->