.menutxt
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
}

.maintxt
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: justify;
}

.maintxt A:link
{
	color: blue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    text-decoration: none;
}

.maintxt A:active
{
	color: blue;
	FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    text-decoration: none;
}


.maintxt A:visited
{
	color: blue;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
	text-decoration: none;
}


A:link
{
	color: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    text-decoration: none;
}

A:active
{
	color: black;
	FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    text-decoration: none;
}


A:visited
{
	color: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
	text-decoration: none;
}


.highlight
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10px;
	background-color: #CCCCCC;
}

.error { COLOR: red; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 10px; FONT-WEIGHT: bold; text-align: justify }
