body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-repeat: no-repeat;
	}
	
ul {
	list-style-type: square;
	}
	
.title {
	font-size: 14px;
	}
	
.pull {
	background-color: #EEF1ED;
	border: thin solid #BCC9BC;
	padding: 10px;
	font-size: 13px;
	font-weight: normal;
	color: #657465;
	}
	
a:link
	{
	text-decoration: underline;
	color: #666666;
	}

a:visited
	{
	text-decoration: underline;
	color: #666666;
	}	

a:active
	{
	color: #666666;
	text-decoration: underline;
	}	

a:hover
	{
	color: #FFFFFF;
	background-color: #666666;
	}
ul.sub {
	list-style-image: url(images/sub_ul.gif);
}
ul {
	list-style-image: url(images/ul.gif);
}
.small {
	font-size: 10px;
	color: #999999;
}
