body{
	font-size: 12px;
	margin:0;
	padding-top:0px;
	padding-left:10px;
	color:#000000;
	background-color:#ffffff;
	line-height:25px;
	text-align:left;
}

a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}
a:active{
	color:#666666;
	text-decoration:underline;
}

.new{
	font-size: 85%;
	color:#ff7000;
}


#dotted{
	border-bottom:1px dotted #666;
}