body {
	margin: 0px;
	background-color: #C3D8AB;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #999999;
	line-height:140%;
	text-align: justify;
}
td img {
	display: block;
}
h1 {
	font-size: 16px;
	color: #127DBE;
	margin-bottom: 2px;
}
h1.small {
	font-size: 13px;
	color: #127DBE;
	margin-bottom: 2px;
	text-align: left;
}
a {
color: #7CA54D;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#header {
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	line-height:130%;
}
#footer {
	color:#65873F;
	font-size:11px;
}
#footer a {
	color:#65873F;
}

#links a {
color: #999999;
text-decoration: none;
}

#links a:hover {
color: #7CA54D;
text-decoration: underline;
}

ul {
	margin: 0px 0px;
	padding: 0 0 0 0px;
}	
li {
	list-style-type: none;
	padding: 0 0 0 20px;
	line-height: 15px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.promin {
	color: #80AB51;
}
.txtbox {
	border: 1px solid #B2C991;
}
