@charset "utf-8";
.header {
	color: #aaaaaa;
	text-indent: 15px;
}
li {
	line-height: 21px;
	list-style-image: url(images/bullet.jpg);
}
a:link {
	text-decoration: none;
	color: #333333;	
}
a:visited {
	text-decoration: none;
	color: #333333;	
}
a:hover {
	text-decoration: underline;
	color: #333333;	
}

.bot_bg
{
	background-repeat:repeat-y;
	background-image: url(images/bot_bg.gif);
	background-position: right;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family:Arial;
	font-size:11px;
	color: #333333;	
}
