body {
	background-color: #A3FF8A;
	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{
	border : 1px solid #333333;
	font-size : 12px;
 	font-weight : normal;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}

.button{
	background-color: #22437f;
	border-style: solid;
	
	border-color: #666666;

	border-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.button_mo{
	background-color: #E27B1E;
	border-style: solid;
	
        border-color: #e6eff4;

        border-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#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 {
	margin: 0;
	padding: 0;
	background-color: #1E781F;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
}

#header{
	border: 1px solid black;
	text-decoration: none;
	font-size: 1.5em;
	font-family: bitstream vera sans,sans-serif;
	font-weight: 900;
	height: 300px;
	width: 600px;
	border-spacing: 0px;
	border-collapse: collapse;
/* 	background-color: #F1F3F5; */

}

#FooterBar {
	background-color: #1E781F;
	border: 0;
	border-top: 1px solid black;
	color: white;
	padding: 5px;
	font-size: 0.7em;
	font-family: bitstream vera sans,sans-serif;
}
.Error {
	font-size: 12px;
        color: red;
	font-weight: bold;
}
