body {
	background-color : #ffffff;
	text-align: center;
}

td {
	color: #000000;
	font-family : "Times New Roman", Times, serif; 
	font-size: 100%;
}

td.head {
	color: #cccccc;
	background-color : #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

td.right {
	text-align: right;
	color: #cccccc;
	background-color : #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

td.text {
	color: #000000;
	font-family : "Times New Roman", Times, serif; 
	font-size: 85%;
}

a:link {
	color: #cccccc;
}

a:hover {
	color : #ffffff;
}

a:active {
	color: #ffffff;
}

a:visited {
	color: #cccccc;
}

a.large:link {
	color: #000099;
}

a.large:hover {
	color : #0000ff;
}

a.large:active {
	color: #000000;
}

a.large:visited {
	color: #990033;
}

div.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align : right;
}

div.small {
	font-family : "Times New Roman", Times, serif;
	font-size: 75%;
}


