@charset "utf-8";
/* CSS Document */
html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;   
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.page
{
	width: 100%;
	background-color: white;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
}
.topStrip {
	background-image: url(../images/bg_orange_120h.gif);
	height: 30px;
}
.topImage {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.mainBody {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.mainBody h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	width: 100%;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.footer ul {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer li {
	display: inline;
	list-style-type: none;
	color: #333333;
	margin-right: 10px;
}
.page .footer li a {
	color: #0066CC;
	text-decoration: none;
}
.page .footer li a:hover {
	color: #FF6600;
	text-decoration: none;
}
.mainBody input[type=text] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	width: 220px;
}
.mainBody input[type=submit] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	width: 230px;
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.mainBody input[type=password] {
	padding: 4px;
	width: 220px;
}

