body {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin:0;
}
table,tr,td {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	color: #FF0000;
	text-decoration: none;
}

.yel:link {
	color: #FFF600;
	text-decoration: none;
}
.yel:visited{
	color: #FFF600;
	text-decoration: none;
}
.yel:hover {
	color: #FF0000;
	text-decoration: none;
}
.mtop5{margin-top:5px;}
a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
