/* CSS Document */
body{
	margin:0px;
	
}

body,td,th{
font-size:11px;
font-family:Tahoma;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #DC224B;
	font-size: 11px;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	font-size: 11px;
}

.b a:link {
	font-size: 10px;
	color: #858484;
	text-decoration: none;
}
.b a:visited {
	font-size: 10px;
	color: #858484;
	text-decoration: none;
}
.b a:hover {
	color: #DC224B;
	font-size: 10px;
	text-decoration: underline;
}
.b a:active {
	color: #858484;
	font-size: 10px;
}