body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin: auto;
	width: 100%;
	color:#666666;
	font-size: 14pt;
	font-weight: bold;
	}

a:link  { color: #666; font-size: 9.5pt; text-decoration: none;  font-weight: bold; background-color: #fff}
a:visited {  color: #666; font-size: 9.5pt;  text-decoration:none;   font-weight: bold; font-family:Arial, Helvetica, sans-serif  }
a:hover  { color: #f30; font-size: 9.5pt; text-decoration: none;  font- font-weight: bold; background-color: #fff; family:Arial, Helvetica, sans-serif }
a:active {  color: #666; font-size: 9.5pt;  text-decoration:none;   font-weight: bold; font-family:Arial, Helvetica, sans-serif }

#header{
	margin:0;
	height:35px;
	width:100%;
	}
	
#logo{
	float:left;
	padding-left:20px;
	width:400px;
	height:35px;
	border:none;
}

#title{
	float:right;
	padding-right:25px;
	padding-top:10px;
	text-align:right;
	color:#666;
}

#main{
	width:auto;
	height:590px;
	overflow:auto;
}

img{
	border:#999 solid 1px;
	margin-left:10px;
}

img.top{
	border:none;
}

table{
	border:0;
}

#footer{
	margin:0;
	height:20px;
	width:100%;
	}
	
#scroll{
	float:left;
	padding-left:20px;
	width:400px;
	height:20px;
	border:none;
	font-size:9.5pt;
}

#back{
	float:right;
	padding-right:25px;
	text-align:right;
}