.style1 {font-size: 9px}
.style2 {font-size: 12px}
a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #777777;
}

.footer {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	color: #E0DFE3;
	background-color: #CCCCCC;
}
.menu {
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}
.submenu {
	background-image: url(../images/submenu.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	clip:  rect(auto auto auto 10px);
}
a.submenu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.submenu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.submenu:hover {
	text-decoration: none;
	color:#000000;
}
a.submenu:active {
	text-decoration: none;
	color: #FFFFFF;
}


.main {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: text-top;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.heading {
	font-family: Verdana;
	font-size: 16px;
	color: #996600;
	font-weight: bold;
}
