body {
	background-image: url(/images/bg.gif);
	height: 100%;
	width: 100%;
}

.main_menu_link a:link { 
	text-decoration: none; 
	color: #363636
	}
.main_menu_link a:visited { 
	text-decoration: none; 
	color: #363636
	}
.main_menu_link a:hover { 
	text-decoration: none; 
	color: #000000;
	}
	
.main_menu_link a:active { 
	text-decoration: none; 

	}
	
.content_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #224427;
	background-image:url(../images/content_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0 0 2px 2px;
	margin:6px 0 12px 6px
	}