@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/site_background.jpg);
	background-repeat:repeat-x;
	background-color:#F4F4F4;
}

.maintable {
	width:1016px;
	height:800px;
	background-image:url(../images/main_background.jpg);
	background-repeat:no-repeat;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #D58630;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D58630;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
h1 {
	font-size: 1px;
	color: #F4F4F4;
}
.h2style {
	font-size: 16px;
	font-weight: bold;
	color: #389EC0;
	
}input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E86A1;
	background-color: #FFFFFF;
	border: 1px solid #264A64;
	padding: 1px;
}
