
body {
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}
body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	color:#666666;
}
ul {
	list-style-image: url(../images/bullet.jpg);
}

.bullet2 {
	list-style-image: url(../images/bullet.jpg);
}


a:link, a:visited {color: #333333;
text-decoration: underline;}

a:hover, a:active {color: #339764;
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;
	}