﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
} 

.main
{
	text-align:left; 
    margin:auto; 
	background-image: none;
	width: 950px;
    height:auto; 
	position: relative;
}

.header
{
	width: 950px;
	height: 159px;
	background-image: url(images/common/headerbg.gif);
	margin-top: 5px;
}

.MainMenu
{
	width: 900px;
	height: 10px;
	margin-top: 130px;
	margin-right: 10px;
	float: right;
	position: relative;
	text-align: right;
}

.FootMenu
{
	width: 900px;
	height: 10px;
	margin-top: 10px;
	text-align: center;
}

.OpMenu
{
	width: auto;
	height: 10px;
	font-family: Verdana, Arial;
	font-size: 9pt;
}
.OpMenuDiv
{
	width: auto;
	height: 10px;
	font-family: Verdana, Arial;
	font-size: 9pt;
	background-image: url(images/common/menudiv.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}

.MainMenu a {
	color:#325FA0;
	text-decoration: none;
}

.MainMenu a:hover
{
	text-decoration: none;
	font-weight: bold;
}

.FootMenu a {
	color:#325FA0;
	text-decoration: none;
}

.FootMenu a:hover
{
	text-decoration: none;
	font-weight: bold;
}

.FootBoxLeft a
{
	color: #ff0000;
	text-decoration: none;
}

.FootBoxLeft a:hover
{
	text-decoration: none;
}

.FootBoxRight a
{
	color: #ff0000;
	text-decoration: none;
	font-size: 10pt;
}

.FootBoxRight a:hover
{
	text-decoration: none;
	font-size: 10pt;
}

input.btn
{
	color: #3366cc;
	font-weight: normal;
	background-color: #fed;
	border: 1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffff' ,EndColorStr= '#ccccff' );
}

input.btnhov
{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}





