.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6666CC;
	text-decoration:none;
	cursor: pointer;
	border-bottom-style: none;
}


.menu1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6666CC;
	text-decoration:none;
	cursor: pointer;
	border-bottom-style: none;
}

.menu1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	cursor: pointer;
	border-bottom-style: none;
}


.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6666cc;
	cursor: pointer;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #6666cc;
	border-bottom-width: medium;
	font-weight: bold;
}

.menu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #6666cc;
	border-bottom-width: medium;
	font-weight: bold;
}



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.text:link {
	color: #6666cc;
	text-decoration: none
}

.text:visited {
	color: #6666cc;
	text-decoration: none
}

.text:hover {
	color: #ffffff;
	text-decoration: none
}


a:link {
	color: #6666cc;
	text-decoration: none
}

a:visited {
	color: #6666cc;
	text-decoration: none
}

a:hover {
	color: #ffffff;
	text-decoration: none
}