body {
	font-family: Tahoma, Verdana, Arial;
	color: #000066;
	background-color: #FFFFFF;
}
H1 { 
	color: #006633; 
	font-weight: bold; 
	font-size: 16px; 
}
.Text {font-size: 12px}
.header {
	background-image: url(images/header_background_slice.jpg);
	background-repeat: repeat-y;
}
.style1 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
}
.Menu {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	background-color: #7F997F;
	background-image: url(images/menu_back.gif);
	background-repeat: repeat-x;
}
a.MenuLink:link, a.MenuLink:active, a.MenuLink:visited  {
	color: #FFFFFF;
	text-decoration : none;
}
a.MenuLink:hover {
	color: #FFFFFF;
	text-decoration : underline;
}
td.leftmenuback {
	background-image : url(images/leftspacer.gif);
	background-repeat : repeat-y;
}