body {
	margin:0;
	background: url(/images/bgnd1.gif);
	background-repeat: repeat-y;
}

table { text-align: left; }


/* MAIN */
.text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px; 
	color: #387C2C;
	text-decoration: none;
}

.text a {
	color: #387C2C;
	text-decoration:none;
}

.text a:hover {
	text-decoration: underline;
	color: #000000;
}

.textSmall { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal; 
	line-height: 11pt;
	font-weight: normal; 
	font-variant: normal
	color: #135229;
    	}
	
.textSmall a {
	color: #135229;
	text-decoration:none;
}

.textSmall a:hover {
	text-decoration: underline;
	color: #000000;
}

.leftHead {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px; 
	color: #387C2C;
	font-weight: bold;
	text-decoration: none;
}

.leftText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px; 
	color: #595959;
	text-decoration: none;
}

.leftText a {
	color: #387C2C;
	text-decoration:none;
}

.leftText a:hover {
	text-decoration: underline;
	color: #000000;
}

.rightHead {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px; 
	color: #387C2C;
	font-weight: bold;
	text-decoration: none;
}

.rightText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px; 
	color: #595959;
	text-decoration: none;
}

.rightText a {
	color: #387C2C;
	text-decoration:none;
}

.rightText a:hover {
	text-decoration: underline;
	color: #000000;
}



.head {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ee3a42;
	font-weight: bold;
	text-decoration: none;
}

.text1 {
    font-family: Arial, Helvetica; 
	font-size: 13px;
	line-height: 16px; 
	font-weight: normal;
	color: #FFFFFF;
}

/******************************************/

/* LOGIN */
.login {  
        font-family: Arial, Helvetica; 
        font-size: 11px;
        line-height: 14px; 
        /*font-weight: bold;*/
        color: #ffffff;
        background: #b7b9ba;
}
/******************************************/

/*** GREEN NAV ***/
ul#left-nav {
        position: relative;
        float: left;
        margin: 0px;
        padding: 0px;
        width: 148px;
        list-style: none;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}       
        
ul#left-nav li {
        margin: 0px;
        background-color: #fbf6e4;
        width: 144px;
        padding: 5px 2px;
        border-bottom: 1px solid #666;
        text-align: left;
        cursor: pointer;
        font-size: 9pt; 
        line-height: 13pt;
}
ul#left-nav li.top {
        border-top: 1px solid #666;
}
ul#left-nav li a {
        display: block;
        color: #000;
        text-decoration: none;
}

ul#left-nav li a:hover {
        color: #135229;
}

ul#left-nav li:hover {
        background-color: #e8eeee;
        color: #000000;
}



#footer {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
        font-size: 10px;
        line-height: 14px;
        color: #595959;
        text-decoration: none;
        padding: 20px 0 20px 250px;
}


