/* CSS Document */
body, html
	{
		margin:0px;
		padding:0px;
		background:url('images/body_bg.jpg');
		background-repeat:repeat-x;
	}
.whitetretext
	{
		font-family:Trebuchet MS;
		font-size:11px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}

a.whitetrelink:active
	{
		font-family:Trebuchet MS;
		font-size:11px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}	
a.whitetrelink:link
	{
		font-family:Trebuchet MS;
		font-size:11px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}	
a.whitetrelink:visited
	{
		font-family:Trebuchet MS;
		font-size:11px;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}	
a.whitetrelink:hover
	{
		font-family:Trebuchet MS;
		font-size:11px;
		color:#ffffff;
		text-decoration:underline;
		font-weight:bold;
	}	
a.verlink:active
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:underline;

	}	
a.verlink:link
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:underline;

	}	
a.verlink:visited
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:underline;
	}	
a.verlink:hover
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:none;

	}		

.greenheading
	{
		font-family:Verdana;
		font-size:13px;
		color:#334505;
		font-weight:bold;
	}
.vertext
	{
		font-family:Verdana;
		font-size:11px;
		color:#000000;
		font-weight:normal;
	}	

a.menulink:active
	{
		display:block;
		background:url('images/menu_bg.jpg');
		width:182px;
		height:24px;
		background-repeat:no-repeat;
		padding-left:30px;
		padding-top:8px;
		font-family:Verdana;
		font-size:11px;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
	}	
a.menulink:visited
	{
		display:block;
		background:url('images/menu_bg.jpg');
		width:182px;
		height:24px;
		background-repeat:no-repeat;
		padding-left:30px;
		padding-top:8px;
		font-family:Verdana;
		font-size:11px;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
	}	
a.menulink:link
	{
		display:block;
		background:url('images/menu_bg.jpg');
		width:182px;
		height:24px;
		background-repeat:no-repeat;
		padding-left:30px;
		padding-top:8px;
		font-family:Verdana;
		font-size:11px;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
	}	

	
a.menulink:hover
	{
		display:block;
		background:url('images/menu_bg_hover.jpg');
		width:182px;
		height:24px;
		background-repeat:no-repeat;
		padding-left:30px;
		padding-top:8px;
		font-family:Verdana;
		font-size:11px;
		color:#ffffff;
		font-weight:bold;		
		text-decoration:none;		
	}		