body {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	height: 100%;
	overflow: auto;
}

table  { color: #000000; font-size: 12px; font-family: arial, helvetica, sans-serif; background-color: #fff; margin: 0 }

h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
	
}

h2{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	margin-bottom: 5px;
}

h3{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

a:link, a:visited, a:active  {
    text-decoration:    none;
    color:  #000000;
}

a:hover {
    text-decoration:    none;
    color:  #900;
}

a.lost_password:link, a.lost_password:visited, a.lost_password:active  {
		font-size:9px;
    text-decoration:    underline;
    color:  #000000;
}

a.lost_password:hover {
    text-decoration:    none;
    color:  #900;
}

.textbox { color: #000000; font-size: 12px; font-family: arial, helvetica, sans-serif; background-color: #fff }

.button { color: #ffffff; font-size: 11px; font-family: arial, helvetica, sans-serif; background-color: #001; border: solid 1px #666666 }
.button_mo { color: #ffffff; font-size: 11px; font-family: arial, helvetica, sans-serif; background-color: #f4c20e; border: solid 1px #e6eff4 }

#header-logo {
	background-color: #F7F8F2;
	height: 50;
	width: 100%;
	border: 0;
}

#header-logo img  { background-color: #fff; vertical-align: middle; margin: 5px 10px; padding: 0; border: 0 }

#header-border  { font-size: 0; background-color: #f4c20e; margin: 0; padding: 0; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 100%; height: 5px }

#header{
	border: 1px solid black;
	font-size: 0.9em;
	font-family: Arial, Sans-serif;
	height: 300px;
	width: 600px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#FooterBar  { color: white; background-color: #f4c20e; padding: 5px; border-top: 1px solid black; border-right: 0; border-bottom: 0; border-left: 0; height: 20px }
.Error {
	font-size: 12px;
        color: red;
	font-weight: bold;
}

