*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #f3f3f3;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	font-size: 9pt;
}
h1{
	display: inline;
	float:left;
}
h1,h1 a{
	line-height: 20px;
	font-size: 14pt;
}
h2,h2 a{
	line-height: 20px;
	font-size: 12pt;
	margin:0px 0px 20px 0px;
}
h3,h3 a{
	line-height: 20px;
	font-size: 9pt;
}
h4,h4 a{
	line-height: 20px;
	font-size: 8pt;
}
img{
	border:none;
}
input{
	font-size: 10pt;
}
a{
	color : #336655;
}
a:hover{
	color : #990000;
}
div#body {
	background: #fff url(img/head.gif) repeat-x;
	width: 800px;
	margin: 0px auto;
	padding: 5px;
	text-align: left;
}
div#header {
	margin-top: 10px;
	padding-bottom:10px;
	height: 50px;
	border-bottom: 1px solid #000;
	text-align: right;
}
div#header #menu {
	display: inline;
	margin: 2px 5px 5px 0px;
}
div#menu a{
	margin:0px;
	padding:1px 3px 1px 6px;
	border-left:1px solid #000;
	font-size: 12px;
	font-weight: bold;
}
div#header form {
	margin: 5px;
	text-align: right;
}
div#header form  br{
	white-space:nowrap ;
}
div#content {
	padding-top:10px;
	padding-bottom:10px;
	line-height: 20px;	
}
div#content form{
	text-align: right;
	margin-top:30px;
}
div#content form h3{
	text-align: left;
	margin:0px 0px 10px 50px;
	border-bottom:1px solid #000;
}
div#content form label{
	vertical-align:top;
}
div#content form input{
	margin-bottom:5px;
}

div#content form input.formbutton{
}
address {
	clear:both;
	text-align: center;
	border-top: 1px solid #999;
	margin: 10px 0px 0px 0px;
	padding:5px 0px 10px 0px;
	font-style:normal;
}
.rightbox{float:right;}
.leftbox{float:left;}
img.rightbox,.rightbox img{margin:0 0 10px 10px;}
img.leftbox,.leftbox img{margin:0 10px 10px 0;}
.clrR{clear:right;}
.clrL{clear:left;}
.clrB{clear:both;}
