	body 
	{
		margin:0px 0px 0px 0px;
		background:#FFF;
	}

	A		{ color: #000067; text-decoration: none; font-weight:normal; }
	A:link		{ color: #000067; text-decoration: none; }
	A:visited	{ color: #666666; text-decoration: none; }
	A:active	{ color: #0000FF; }
	A:hover		{ color: #0000FF; }

	h1, h2, h3 
	{
		margin: 0px;
		padding: 0px;
	}

	#frame
	{
		width:auto;
		margin-right:0;
		margin-left:0;
		margin-top:1px;
		padding:0px;
		border:3px solid #88808E;	
	}

	#banner
	{
		font-family:georgia, verdana, arial, sans-serif;
		color:#FED802;
		font-size:x-large;
		font-weight:bold;
		background:#88808E;
		padding:15px;
	}

	#banner a,
	#banner a:link,
	#banner a:visited,
	#banner a:active,
 	#banner a:hover
 	{
		font-family:georgia, verdana, arial, sans-serif;
		font-size: x-large;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	}
		
	.description
	{
		font-family:verdana, arial, sans-serif;
		color:#FFF;
		font-size:x-small;
		font-weight:bold;
		background:#88808E;
		text-transform:none;
	}

	#content
	{
		float:auto;
		position:relative;
		width:600px;
		background:#FFF;
		margin-right:15px;
		margin-bottom:20px;
	}

	.news
	{
		padding:15px;
		background:#DDD;
	}

	.newsbody
	{
		font-family:verdana, arial, sans-serif;
		color:#666;
		padding:5px;
		font-size:small;
		font-weight:normal;
		background:#FFF;
		line-height:16px;
		border:2px solid #88808E;	
	}

	.newsbody A		{ color: #000067; text-decoration: none; font-weight:normal; }
	.newsbody A:link	{ color: #000067; text-decoration: none; }
	.newsbody A:visited	{ color: #666666; text-decoration: none; }
	.newsbody A:active	{ color: #0000FF; }
	.newsbody A:hover	{ color: #0000FF; }

	{
		font-weight: normal;
		text-decoration: underline;
	}
	
	.title
	{
		font-family: verdana, arial, sans-serif;
		font-size: normal;
		color: #000; 
		text-transform:uppercase;
		border-bottom:1px solid #999;
		margin-bottom:10px;
		font-weight:bold;
	}

	.title A		{ color: #000; text-decoration: none; font-weight:normal; }
	.title A:link		{ color: #000; text-decoration: none; }
	.title A:visited	{ color: #000; text-decoration: none; }
	.title A:active		{ color: #666; }
	.title A:hover		{ color: #666; }
