.style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
}
.textleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
}
.maintext a:link {
color: #336699;
text-decoration: none;
font-weight: bold;
}

.maintext a:visited {
color: #0066cc;
text-decoration: none;
font-weight: bold;
}

.maintext a:hover {
color: #0099ff;
text-decoration: none;
font-weight: bold;
}
.menu a:active {
color: #336699;
text-decoration: none;
font-weight: bold;
}

.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #336699;
}
.plan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
A { text-decoration:none }
a:link {
    color: #ffcc00;
    background-color: transparent;
}
a:visited {
    color: #ffcc00;
    background-color: transparent;
}
a:hover {
    color: #00ccff;
    background-color: transparent;
    text-decoration: none;
}

