font, td, body, p, div, input, textarea, form 
		{
			font-family: Arial,Helvetica,sans-serif;
			font-size: small;
			color: #505050
		}
body		{
			border: 1px #EEEEE;
			color: #000000;
			scrollbar-face-color: #CCCCCC; 
			scrollbar-shadow-color: #FFFFFF;
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-3dlight-color: #FFFFFF;
			scrollbar-darkshadow-color: #FFFFFF;
			scrollbar-track-color: #FFFFFF;
			scrollbar-arrow-color: #000000
		}
.title		{
			color: #CC0000;
			text-decoration: none;
			font-family: Arial,Helvetica,sans-serif;
			font-size: large;
			font-weight: bold;
		}
.catdesc	{
			color: #505050;
			text-decoration: none;
			font-family: Arial,Helvetica,sans-serif;
			font-size: small;
			list-style-type: none;
		}
.infoa		{
			color: white;
			text-decoration: none;
			font-family: Arial,Helvetica,sans-serif;
			font-size: small;
			list-style-type: none;
		}
A.menu		{
			font-size: x-small;
			color: 333333;
			font-family: Arial,Helvetica,sans-serif;
			font-weight: bold;
			text-decoration: none
		}
A.menu:hover	{
			color: #BCBC7A;
			cursor: hand;
			font-size: x-small;
			font-weight: bold;
			font-family: Arial,Helvetica,sans-serif;
			text-decoration: none
		}
A.info		{
			font-size: x-small;
			color: white;
			font-family: Arial,Helvetica,sans-serif;
			font-weight: bold;
			text-decoration: none
		}
A.info:hover	{
			color: #FF0000;
			cursor: hand;
			font-size: x-small;
			font-weight: bold;
			font-family: Arial,Helvetica,sans-serif;
			text-decoration: underline overline
		}
A		{
			color: navy;
			cursor: hand;
			font-family: Arial,Helvetica,sans-serif;
			font-szie: small;
			text-decoration: underline
		}
A:hover		{
			color: #FF0000;
			text-decoration: underline overline
		}
