body,table,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #BCC8DC;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #66ccff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066ff;
}
a:hover {
	text-decoration: underline;
	color: #0066ff;
}
a:active {
	text-decoration: none;
}
a.white {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
a.white:hover {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration:none;
}
a.white:visited {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration:none;
}
td.whiteTop {
	background-image:url(imgs/white_top.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	height:11px;
}
td.whiteBottom {
	background-image:url(imgs/white_bottom.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	height:11px;
}
td.red {
	background-image:url(imgs/back_red.jpg);
	padding:5px;
	color:#FFFFFF;
	height:200px;
	vertical-align:top;
}
td.blue {
	background-image:url(imgs/back.jpg);
	padding:5px;
	color:#CCCCCC;
}
td.menu {
	padding-top:20px;
}