BODY
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-color : black;
	}

A:LINK 
	{
	color: black;
	}

A:HOVER 
	{
	color: red;
	}

A:VISITED 
	{
	color: black;
	}

A:VISITED:HOVER 
	{
	color: red;
	}

TABLE
	{
	font : Tahoma;
	font-size : 11px;
	}

.menu
	{
	font: 11px Tahoma;
	text-decoration: none;
	}

.head
	{
	padding : 5 5 5 5;
	border-top : 2px solid #ff0000;
	border-bottom : 2px solid #ff0000;
	border-left : 2px solid #ff0000;
	border-right : 2px solid #ff0000;
	background-color : white;
	}

.subhead
	{
	padding : 7 7 7 7;
	border-top : 0px;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	background-color : #87C5DF;
	}

.bottom
	{
	padding : 7 0 7 0;
	border-top : 0px;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	background-color : #87C5DF;
	}

.block
	{
	padding : 0 0 0 0;
	border-top : 0px;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	font-size : 12px;
	font: bold;
	color : white;
	}

.block A:LINK 
	{
	font-size : 12px;
	font: bold;
	color : white;
	}

.block A:HOVER 
	{
	font-size : 12px;
	font: bold;
	color : #87C5DF;
	}

.block A:VISITED 
	{
	font-size : 12px;
	font: bold;
	color : white;
	}

.block A:VISITED:HOVER 
	{
	font-size : 12px;
	font: bold;
	color : #87C5DF;
	}

.content
	{
	padding : 0 0 0 0;
	border-top : 2px solid #ff0000;
	border-bottom : 2px solid #ff0000;
	border-left : 2px solid #ff0000;
	border-right : 2px solid #ff0000;
	background-color : white;
	text-decoration : none
	}

LI 
	{
	margin: 10 0;
	padding: 0;
	}

h3
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #C10202;
	}


.orange TH 
	{
	color: #FF0000;
	font: bold; 
	}

.orange TD 
	{
	text-align: center;
	}

P.orange 
	{
	padding: 10 5 20 5;
	border-bottom: 1px dashed #00A0E2;
	text-align: center;
	}

