body {
font-family: "Lucida Grande", "Trebuchet MS", "Comic Sans MS";
font-size : 14px;
color : Black;
}

.maintext {
font-family: "Lucida Grande", "Trebuchet MS", "Comic Sans MS";
font-size : 14px;
}

.nav {
color : Black;
font-size : 13px;
}
.nav A {
text-decoration : none;
color : Black;
font-size : 13px;
}
.nav A:visited{
text-decoration : none;
color : Black;
font-size : 13px;
}
.nav A:active{
text-decoration : none;
color : Black;
font-size : 13px;
}
.nav A:hover  {
text-decoration : none;
color : Brown;
font-size : 13px;
}
A  {
color: blue;
}
A:visited{
color : blue;
}
A:active{
color : blue;
}
A:hover  {
color : Green;
}

.heading {
color : Black;
font-size : 18px;
font-weight : bold;
}
.subheading {
color : Black;
font-size : 15px;
font-weight : bold;
}

.footer {
color : Black;
font-size : 10px;
}
.footer A:link {
color : blue;
font-size : 10px;
text-decoration:none;
}
.footer A:active {
color : blue;
font-size : 10px;
}
.footer A:visited {
color : blue;
font-size : 10px;
}
.footer A:hover {
color : red;
font-size : 10px;
}
.error {
color : #cc0000;
}
.SuperAdminHeader
{
font-family : Arial, Verdana, Geneva;
color : #576777;
font-size : small;
font-weight : bold;
}
.SuperAdminTable
{
	background-color: #f7f7f7;
	border: 0;
	border-Style: solid;
	border-color: #cccccc;
}
.SuperAdminTableHeader
{
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #666666;
font-size : 10;
font-weight : normal;
}
.CatHeader
{
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12;
font-weight : normal;
}
.SuperAdminTableRow
{
	background-color: #DCDCDC;
	border: 1;
	border-Style: solid;
	border-color: #cccccc;
}
.CTR
{
	background-color: #cccccc;
}
.SuperAdminTableText
{
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
font-size : 10;
font-weight : normal;
}