body	{
		SCROLLBAR-FACE-COLOR:#3a7c8c;
		SCROLLBAR-HIGHLIGHT-COLOR:#226474;
		SCROLLBAR-SHADOW-COLOR:#226474;
		SCROLLBAR-DARKSHADOW-COLOR:#226474;
		SCROLLBAR-3DLIGHT-COLOR:#226474;
		SCROLLBAR-ARROW-COLOR:#cccccc;
		SCROLLBAR-TRACK-COLOR:#226474;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		background-color: #000000;
		color: #cccccc;
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-left: 5px;
		}		
/* Link Settings */
A:link  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color: #33cc66;
		}
A:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color: #33cc66;
		}
A:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: none;
		text-decoration:none;
		color: #3a7c8c;	
		}
A:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: none;
		text-decoration:none;
		color: #33cc66;	
		}
/* Nav Link Settings */
A.nav:link  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color: #33cc66;
		}
A.nav:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration:none;
		color: #33cc66;
		}
A.nav:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		text-decoration: none;
		color: #33cc66;	
		}
A.nav:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-decoration:none;
		color: #33cc66;	
		}		
.nav		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;
		background-color: #226474;
		color: #FFFFFF;
		}