BODY	{
	background-color: #006EFF;
	font-family: sans-serif;
	font-size: medium;
	color: #000000;
	}
	
a:link, a:visited, a:active {text-decoration: underline; color:#000000}
a:hover	{font-weight: bold; color:#000000}

.center 	{text-align: center}
.left		{text-align: left}
.right		{text-align: right}
.smaller	{font-size: smaller}
.larger		{font-size: larger}

.grey		{color: #C0C0C0}
.red		{color: #CC0000}
.black		{color: #000000}
.bold		{font-weight: bold}

.mainhead	{font-size: x-large;
		font-weight: bold;
		font-family: times new roman, sans-serif;
		color: #C0C0C0;
		text-align: center}

span		{}

div		{}

div.topl	{border-top-style: solid;
		border-top-color: #C0C0C0;
		margin-top: 15px;
		border-width: thin}
