td img {display: block;}

html {
 	scrollbar-face-color: #D3E2E9;
	scrollbar-shadow-color: #D3E2E9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D3E2E9;
	scrollbar-darkshadow-color: #2A2964;
	scrollbar-track-color: #D3E2E9;
	scrollbar-arrow-color: #2A2964;
}

.normal {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #2A2964;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.notbold {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #2A2964;
}