﻿.Banner
{
	background-image:url('images/header.gif'); 
	background-repeat:no-repeat;
}

.Header
{
	 font-size: 16px;
	font-family:Arial;
	 background-color :#E8FEE5;
	 color:#4EB043; 
	 text-align:center;
	 font-weight:bold;
	 HEIGHT: 30px;
}
.HeaderBg
{
	background-image:url('images/header.gif');
	background-repeat:no-repeat;
}

.Bottom
{
	border-left: solid 1px #4271B5;
	border-right: solid 1px #4271B5;
	border-bottom: solid 1px #4271B5;
	background-color: #4EB043;
    height: 25px; 
    font-size: 18px; 
    color: #4EB043;
}

.SpacerHeader
{
	background-color: #4EB043;
	border-left: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	
}

.TopHomePage
{
	FONT-SIZE: 18px;
	 background-color :#E8FEE5;
	 color:#4EB043;
	 text-align:center;
	 font-weight:bold;
	 HEIGHT: 30px;
}

.LeftHomePage
{
	 background-color:#DCFCDA;
}

.BorderLeftRight
{
	border-left:solid 1px #4EB043; 
	border-right:solid 1px #4EB043;	
}

.button
{
	font-size:12px;
	font-family:Arial; 
	font-weight:bold; 
	color:#4EB043;
	background: url('images/button.gif') repeat-x;
	border: #4EB043 1px solid;
	padding:2px;
}

.titletext {
	font-size: 24px;
	}

.titlebox {
	font-size: 16px;
	font-family:Arial;
	color:#4EB043;
	background: url('images/li_top.gif');
	}
.Login_bottom
{
	width: 550px ;
	height: 23px;
	background:  url('images/li_bottom.gif');

}
.Login_mid
{
	background:  url('images/li_mid.gif');
}


a:link 
{
	color: #4EB043;
	text-decoration: underline;
}
a:visited 
{
	text-decoration: underline;
	color: #4EB043;
}
a:hover 
{
	text-decoration: none;
	color: #4EB043;
}
a:active 
{
	text-decoration: none;
	color: #4EB043;
}