.datalines {
	background: #FFFFFF url("../images/tab_bg.jpg") repeat-x bottom;
}

#tabs {
	float:left;
	width:630px;
	background:yellow;
	line-height:normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background: #FFFFFF url("../images/tab_bg.jpg") repeat-x bottom;
    }
#tabs ul {
	margin:0;
    padding:10px 10px 0;
    list-style:none;
}

#tabs li {
    float:left;
	background:url("../images/tab_right_off.jpg") no-repeat right top;
    margin:0;
    padding:0;

}

#tabs a {
	background:url("../images/tab_left_off.jpg") no-repeat left top;
    padding:4px 15px;
    display:block;
}

#tabs .current {
    background-image:url("../images/tab_right_on.jpg");
}
#tabs .current a {
    background-image:url("../images/tab_left_on.jpg");
	padding-bottom:5px;
}
.greenborder {
	border:solid 2px #C3E2AC;
}

.texttop {
	background: url(../images/text_top.gif) no-repeat top left;
}

.textbody {
	background: url(../images/text_body.gif) repeat-y top left;
	
	
}

.textbottom {
	background: url(../images/text_bottom.gif) no-repeat top left;
}

.plaintext {
	font: 14px Trebuchet MS, Arial;
	line-height: 20px;
	color: #003300;
	padding: 10px;
}

.plaintext_copyright {
	font: 10px Trebuchet MS, Arial;
	color: #003300;
	padding: 10px;
}

.plaintext_small {
	font: 10px Trebuchet MS, Arial;
	color: #003300;
}

.smalltext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #003300;
}

.mediumtext {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #003300;
}

.smalltext12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #003300;
}


.tab {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #003300;
	background-color: #EDF7E6;
	border-bottom:#336600;
}

#active {

	background-color: #DCEECF; 
	
}a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #639734;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #639734;
	;
	text-decoration: underline;
}


.greenheading14 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

.greenheading12 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

.greenbodytext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #003300;

}

.smalllist li {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	list-style-type: disc;
	color: #003300;
	padding: 0px;
	margin-left: -10px;
	/* width:150px;*/
	line-height:15px;
}

