BODY {
	background-color : rgb(35,60,117);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

A:link, A:visited, A:active {
	color : White;
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:hover {
	color : White;
	background-color :Gray;
}

INPUT.button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	background : Silver;
	color : Black;
	width : 100px;
	border-style : outset;
	text-align : center;
}

TABLE {
	margin: 5px;
}
TD {
	color: #CCCCCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.BigTitle {
	font-size:25px;
	color: white;
	font-weight:bold;
}
.Title {
	font-size:20px;
	color: white;
	font-weight:bold;
}
.TitleSmall {
	font-size:16px;
	color: white;
}

.Bold {
	font-size: 12px;
	color: white;
	font-weight : bold;
}

.Copyright {
	font-size: 9px;
}