/* CSS Document */

body { 
	font-size:12px;
	color:#000000;
	margin:0px;
}

td {
	font-size:12px;
}
.button {
	border:1px solid #666666;
	background-color:#FFFFFF;
	width:40px;
}

a:link {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}
a:active {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
a:visited {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

a.white:link {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
a.white:hover {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}
a.white:active {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
a.white:visited {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.white {
	color:#FFFFFF;
}