@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: b4b4b4;
}
a {
	
	color: #ff0000;
	text-decoration: underline;
}
a:visited {
	color: #ff0000;
}
a:link {
	color: ff0000;
	
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	
	color: #ff0000;
}
.titles {
	font-size: 14px;
	color:#aeaeae;
	padding-bottom:2px;
	font-weight:bold;

	
}