body{
	margin:0px;
	padding:5px;
	background-image:url(./img/bkimg.png);
  	background-repeat:repeat;
	text-align:center;
	color:#333333;
	font-family:arial;

}

.contents{
	height:auto;
	width:825px;
	margin:0px;
	border:solid 1px #555555;
	background-color:#ffffff;		
}

.top{
	height:55px;
	width:auto;
	border-top:solid 1px #555555;
	border-bottom:solid 2px #555555;
	margin:0px 0px 4px 0px;
	padding:0px;
	background-color:#323996;
	color:#ffffff;	
}

.middle1, .middle2,.bottom,.bottom1, .bottom2 ,.copy{
	margin:0px;
	padding:0px;
}

.middle1{
	height:auto;
        width:100%;
	border:solid 0px #333333;
	text-align:center;

}

.menu{
	width:auto;
	height:auto;
	float:left;
	margin-top:2px;
	margin-left:5px;
}


.menu a{
	width:130px;
	height:auto;
	margin-left:0px;
	color:#003f8e;
	text-align:left;
	padding-top:1px;
	background-image:url(./img/menu.gif);
	background-color:#f5f5f5;
	float:left;
	font-size:100%;
	font-weight:bold;
	border:solid 1px #777777;
}

.menu a:hover{
	height:auto;
	background-image:url(./img/menu2.gif);
	background-color:#b0c4de;
}

.middle2{
	height:30px;
	text-align:center;
	padding-left:2px;
	width:auto;
	float:none;
}

.bottom{
	border-top:solid 1px #555555;
	margin-top:2px;
	width:100%;
	overflow:auto;
	background-color:#e6e6fa;
}

.bottom1{
	height:auto;
	width:150;
	float:left;
}

.bottom2{
	height:auto;
	width:650;
	float:right;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
	border-left:solid 1px #777777;
	background-color:#ffffff;
	overflow:visible;

}

.copy{
	height:20px;
	width:auto;
	margin:0px;
	padding:0px;
	background-color:#323996;
	float:none;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
	font-size:100%;;

}

h1{
	text-align:left;
	font-size:100%;
	margin:0px;
	padding:0px;
	float:left;
	font-family:verdana;
	font-style:italic;
}

h2{
	text-align:left;
	padding:0px 8px;
	font-size:100%;
	font-weight:none;
	margin:10px 0px 5px 0px;
}

h2 a{
	text-decoration:none;
	color:#555555;
}

h3{
	text-align:left;
	padding:0px 10px;
	font-size:100%;
	font-weight:normal;
	margin:7px;
	line-height:1.4em
}

h3 a{
	text-decoration:none;
	color:#555555;
}

h3 a:hover{
	text-decoration:underline;
	color:#555555;
}

table{
	font-size:100%;
	color:#555555;
}

table td{
	font-size:100%;
	color:#555555;
	border-bottom:dotted 1px #bccddb;
}

.res{
	height:auto;
	float:none;
}

.cattitle{
	border-top:solid 1px #778899;
	border-bottom:solid 1px #778899;
	padding:2px 10px;
	margin:10px 0px 3px 0px;
	font-size:100%;
	font-weight:bold;
	background-color:#f8f8ff;
}

hr{
	border-style:dotted none none none;
	border-top-width:1px;
	border-top-color:#999999;
	height:0px;
}

subtitle{
	text-align:left;
	font-size:100%;
	vartical-align:center;
	padding:12px;
	margin-top:5px;
	float:left;
}

fixheight{
	height:auto;
	border:none;
	margin:none;
	padding:none;
}