@charset "utf-8";
* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em, i {
	font-style: normal;
}
input, img {
	vertical-align: middle;
}
ul, ol, li {
	list-style: none outside none;
}
A {
    color: #000000;
    font-size: 12px;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
BODY {
	color: #000;
	font-family: Lucida sans, Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: .7em;
	text-align: center;
	font-size: 12px;
}
#centered {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 22px 0;
	height: auto;
}
#centered  #logo {
    background: url("./logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    margin: 15px 0 0  55px;
    width: 680px;
	cursor: pointer;
}

FORM {
	font-family: Lucida sans, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
INPUT {
	font-family: Lucida sans, Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
SELECT {
    font-family: Lucida sans,Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 12px;
}
DIV#middleCentered {
	background-color: #FFFFFF;
	border: 1px solid #CCD5D6;
	height: auto;
	margin: 7px auto;
	width: 947px;
}
.submitBtn_back {
    background: url("btn_bg_91.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin: 10px;
    width: 110px;
	padding: 4px 7px 4px 7px !important;
}
.submitBtn {
				margin-top:15px;
				border-radius: 4px;
                display: inline-block;
                background: #1e559c !important;
                border: 1px solid #459300 !important;
                padding: 7px 18px 7px 18px !important;
                color: #fff !important;
                font-size: 12px !important;
				font-weight: bold !important;
                cursor: pointer;
                }

DIV#footer {
    background: url("./footer_bg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    height: 78px;
    margin: 0;
    width: 950px;
}
DIV#footer UL {
    color: #C00000;
    float: left;
    font-size: 12px;
    list-style: none outside none;
    margin: 0 0 0 10px;
}
DIV#footer UL LI {
    float: left;
    line-height: 78px;
}
DIV#footer P {
    color: #C00000;
    float: right;
    font-size: 12px;
    line-height: 78px;
    margin: 0 20px;
    padding: 0;
}