
body {
	background-color: #e9e8e3;
	background-repeat:repeat-x;
	margin: 20px;
	padding: 0px;
}
body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	color:#000000;
}
ul {
	list-style-image: url(../images/bullet.jpg);
}

.bullet2 {
	list-style-image: url(../images/bullet.jpg);
}


a:link, a:visited {color: #2d9200;
text-decoration: underline;}

a:hover, a:active {color: #206900;
text-decoration: none;}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 130%;
	color:#666666;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.padding {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;

}

.grey-line {
background-image: url(../images/grey-line.gif);
background-repeat: repeat-y;
background-color:#FFFFFF;
padding-bottom: 20px;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#000000;
	
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#2d9200;
	
}

