/* CSS Document */

table { width:100%; }
td {
	vertical-align:top;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

td a{
	color: #FFFFFF;
	text-decoration: none;


}

td a:hover{
	color: #3399FF;
}

td h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
