table.content
	{
		border: 1px solid #000000;
		background-image:  url(../images/background.jpg);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		border-collapse: collapse;
		font-size: 11px;
		width: 100%;
		height: 100%;
		margin: 0px 0px 10px 0px;
	}
table.content td
	{
		padding: 0px;
	}
	
table.maininfo
	{
		border: 1px solid #000000;
		border-collapse: collapse;
		font-size: 11px;
		height: 100%;	
		width: 100%;
		margin: 0px;
	}
table.maininfo th
	{
		background-color: #000000;
		text-align: left;
		font-size: 11px;	
		color: #FFFFFF;
		padding: 3px;
		height: 2em;
	}
table.maininfo td
	{
		padding: 0px;
	}
	
table.subinfo
	{
		border: 1px solid #000000;
		width: 100%;
		border-collapse: collapse;
		font-size: 11px;
		margin-bottom: 10px;	
	}
table.subinfo th
	{
		background-color: #000000;
		text-align: left;
		font-size: 11px;	
		color: #FFFFFF;
		padding: 3px;
	}
table.subinfo td
	{
		padding: 7px;
	}
	
table.topnavigation
	{
		background-image:  url(../images/background.jpg);
		background-repeat: repeat-x;
		width: 100%;
		border-collapse: collapse;
		margin: 0px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}

table.topnavigation td
	{
		padding: 0px;
		border-right: 1px solid #FFFFFF;
		text-align: center;
		font-size: 12px;
		height: 15px;
	}
table.topnavigation td.first
	{
		border-left: 0px solid #FFFFFF;
	}
#topnavigation 
	{
	color: #425149;
	}
#topnavigation a:link, #topnavigation a:visited, #topnavigation a:active 
	{
	color: #425149;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: normal;
	text-decoration: none;
	}
#topnavigation a:hover 
	{
	color: #000000;
	background-color: #E4EFE9;
	}
#topnavigation a.on, #topnavigation a.on:visited, #topnavigation a.on:active
  	{
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
	}
#topnavigation a.on:hover
	{
	}
	
	
table.rightoptions td
	{
		margin: 0px;
		padding: 2px;
		font-size: 11px;
		color: #FFFFFF;
	}

		
#rightoptions 
	{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
	}
#rightoptions a:visited, #rightoptions a:active, #rightoptions a:link  
	{
	color: #FFFFFF;
	text-decoration: none;
	}
#rightoptions a:hover 
	{
	color: #FFFF00;
	}
#rightoptions a.on, #rightoptions a.on:visited, #rightoptions a.on:active
  {
	color: #FFFF00;
	font-weight: bold;
	}
#rightoptions a.on:hover
	{
	color: #FFFF00;
	}
