body {
	background-color:#fff;
	margin:0;
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	letter-spacing: .02em;
	list-style-image: url(assets/bullet.gif);	
}


#container {
	width:800;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	background-image: url("assets/shadow2.jpg");
	background-repeat:repeat-y;
	background-position: center;
}

#bottom {width:804px;
margin:0 auto 0 auto;
background-color:#FFFFFF;
background-image: url("assets/shadow_bottom2.jpg");
height:24px;
background-repeat:no-repeat;
font-size:9px;
width:804px;
	

}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(assets/bullet.gif);
	line-height: 14px;
}
a:link {
	color: #725C83;
	font-weight: bold;
}
a:visited {
	color: #725C83;
	font-weight: bold;
}
a:active {
	color: #725C83;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #9999CC;
}
