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

table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	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{

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

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

#header-logo img {
	border: 0;
	vertical-align: middle;
	margin: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}

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

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

#FooterBar   { color: white; background-color: #8e9a54; padding: 5px; border-style: solid none none none; border-width: 1px 0 0 0; border-color: black   ; height: 20px }
.Error {
	font-size: 12px;
        color: red;
	font-weight: bold;
}
