.Promo
{
	FONT-WEIGHT: bolder; 
	FONT-SIZE: 9pt; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial; 
	BACKGROUND-COLOR: mediumvioletred;
}
.TextPageTitle
{
	font-weight: bolder;
	font-size: 12pt;
	color: maroon;
	font-family: Arial;
}

.TextTitle
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR: maroon;
    FONT-FAMILY: Arial
}

.TextTitle A
{
	font-weight: bolder;
    TEXT-DECORATION: underline;
    COLOR: maroon;
}
.TextTitle A:hover
{
    TEXT-DECORATION: underline
}

.TextBody
{
    font-size: 8pt;
    font-family: Arial;
}

.TextBody A
{
	font-weight: bolder;
	text-decoration: none;
    COLOR: maroon;
}
.TextBody A:hover
{
    TEXT-DECORATION: underline
}

BODY
{
	margin: 5px;
	background-color: #ffffff;
    FONT-SIZE: 10pt;
    COLOR: maroon;
    FONT-FAMILY: Arial
}

BODY UL
{
	margin: 2px 0px 2px 20px;
}

.MenuTitle
{
	font-weight: bolder;
	font-size: 10pt;
	padding-bottom: 2px;
	color: white;
	padding-top: 0px;
	font-family: Arial;
	background-color: mediumvioletred;
}


.Menu A
{
	font-weight: bolder;
	font-size: 8pt;
	color: maroon;
	font-family: Arial;
	list-style-type: disc;
	text-decoration: none;
}
.Menu A:hover
{
    TEXT-DECORATION: underline
}

.NavBar
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	background-color: mediumvioletred;
	text-decoration: none;
}

.NavBar A
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}
.NavBar A:hover
{
	color: #ffff66;
}

.Tab
{
	font-weight: bolder;
	font-size: 10pt;
	color: silver;
	font-family: Arial;
}
.Tab A
{
	font-weight: bolder;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}
.Tab A:hover
{
	color: red;
	text-decoration: none;
}
