@charset "UTF-8";
/* CSS Document */

* {
	background-color: white !important;
	background-image: none !important;
	float: none;
	width: auto;
	text-align: left;
}

html {
	margin: 0px;
}
body { 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	width: 670px;
}
img {
	display: none;
}
#header img {
	display: block;
}
object {
	display: none;
}

#search form {
	display: none;
}
#main {
	border: none;
	border-bottom: 1px solid #999;
}
#inside #content,
#left,
#middle,
#right {
	border: none;
}
#right {
}

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #016b3f;
}
h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #016b3f;
}
h3 {
	font-size: 12px;
	color: #000;
}

a:link { 	
	color: #0033cc;
}
a:visited { 
	color: #3c62d2;
}

