.TextMain  { 
font-family: Verdana, Arial;
font-weight: normal;
font-size: 80%;
}


.Text1  { 
font-family: Comic Sans MS, Verdana, Arial;
font-weight: normal;
font-size: 100%;
}

.Text2  { 
font-family: Comic Sans MS, Verdana, Arial;
font-weight: normal;
font-size: 90%;
}

.TextSm  { 
font-family: Verdana, Arial;
font-weight: normal;
font-size: 80%;
}



.HeaderXLG  { 
font-family: Verdana, Arial, Helvetica;
font-weight: bold;
font-size: 200%;
}


.HeaderLG  { 
font-family: Verdana, Arial, Helvetica;
font-weight: bold;
font-size: 150%;
}

.HeaderComicLG  { 
font-family: Comic Sans MS, Verdana;
font-weight: normal;
font-size: 200%;
}


.HeaderMed  { 
font-family: Verdana, Arial, Helvetica;
font-weight: bold;
font-size: 120%;
}

.HeaderSm  { 
font-family: Verdana, Arial, Helvetica;
font-weight: bold;
font-size: 100%;
}

.copyright  { 
font-family: Verdana, Arial, Helvetica;
font-weight: normal;
font-size: 80%;
font-color: cccccc;
}



A:link {
TEXT-DECORATION: none; color: #990000
}
A:active 
{color: #FF3333
}
A:visited 
{ color: #990000
}

body {
	font-size: 80%; font-family:  Verdana, sans serif;
}

#nav, #nav ul { /* all lists */
	padding: 1;
	margin: 1;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; 
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000;
	width: 10em;
	left: -999em; 
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

a { text-decoration:none }




