A:link, A:visited, A:hover

	{ 

	color: blue;
	font-family: arial;
	text-decoration: none;

	}
	
A:active

	{

	text-decoration: underline;
	font-weight: bold;

	}
	

A.nav:link, A.nav:visited, A.nav:active 

	{ 

	color: white;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;

	}

A.nav:hover

	{

	text-decoration: underline;

	}
	
A.leftbar:link, A.leftbar:visited, A.leftbar:active 

	{ 

	color: white;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;

	}
	
A.leftbar:hover

	{

	text-decoration: underline;

	}
	
A.grey:link, A.grey:visited, A.grey:active 

	{ 

	color: #333333;
	text-decoration: none;
	font-weight: normal;

	}

A.footer:link, A.footer:visited, A.footer:active 

	{ 

	color: white;
	font-size: 11px;
	text-decoration: none;

	}

BODY

	{

		font-family: arial;
		color: black;
		background-image: url(pics/background.gif);
		font-size: 12px;			
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;

	}	

TD, P 

	{ 	

		color: black;
		font-family: arial;
		font-size: 12px;

	}
	
.red 

	{ 	

		color: #990000;
		font-family: arial;
		font-size: 12px;
		font-weight: bold;

	}

.redbar 

	{ 	

		color: white;
		background: #990000;
		font-family: arial;
		font-size: 12px;
		border-top: 1px solid #FF6666;
		border-left: 1px solid #FF6666;
		border-right: 1px solid #660000;
		border-bottom: 1px solid #660000;

	}
	
.title 

	{ 	

		color: black;
		font-family: arial;
		font-size: 22px;
		padding: 20px;

	}
	
.header 

	{ 	

		color: #990000;
		font-family: arial;
		font-size: 15px;
		font-weight: bold;

	}
	
.footer 

	{ 	

		color: white;
		font-family: arial;
		font-size: 11px;
		font-weight: normal;

	}
		

