body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0;
    text-align: center;
	background-color: #f7f7f7;
}

.frontPage {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0;
    text-align: left;
	background-color: #f7f7f7;
	
}

.footer1 {
	color: #909090;
	font-size: 12px;
	text-align: center;
}
	
.mainMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding:10px;
	margin:0px;
	color: #707070;
	border-bottom:none;
}
.mainMenu:link {
}
.mainMenu:visited {
}
.mainMenu:hover {
	background-color: #e0e0e0;
	text-indent: 0; 	
}
.mainMenu:active {
	background-color: #000;
	text-indent: 0; 	
}

.rightMenuBackground {
	background-color: #fefefe;
}
	
.rightMenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding:10px;
	margin:0px;
	color: #707070;
	border-bottom:none;
}
.rightMenu:link {
}
.rightMenu:visited {
}
.rightMenu:hover {
	text-indent: 0; 	
	color: #00e;
	text-decoration: underline;
}
.rightMenu:active {
	text-indent: 0; 	
}


