.stylesheet {
	font-family: Arial;
	font-size: 11.5px;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #333333;
	background-color: #F5F5F5;
	width: 70px;
	border: 1px solid #E8E8E8;

}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	text-decoration: none;
}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.normalfont {
	font-family: tahoma;
	font-size: 11px;
	color: #8D8D8D;
	line-height: 15px;

}
.nounderline {
	text-decoration: none;
}
.new{	
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#006699;
	text-decoration:underline;
}
.new:hover{	
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FF3300;
	text-decoration:none;
}