body
{	
	margin: 0px;			
}

.mainHeader
{
	font-weight: bold;
	font-size: 25px;
	color: #daa520;
	font-family: Arial;
	text-align: left;
}

.pageHeader
{	
	font-size: 20px;
	color: #696969;
	font-family: Arial;
	text-align: left;
}
.sectionHeader
{	
	font-size: 15px;
	color: #696969;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
}
.menuHeader
{	
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
}

LI
{
	list-style-position: outside;
	list-style-type: square;
}

A.Menu, A.Menu:link, A.Menu:visited
{	
	font-weight: bold;
	font-size: 12px;
	color: #9d0000;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.Menu:hover
{	
	color: goldenrod;
	text-decoration: underline;
}
.whiteLink, whiteLink:visited
{	
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	line-height: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
/*<!-- font classes -->*/

.font10Black
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}
.font10BlackBold
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
}


/*<!--Control Classes -->*/
.Dlg_TextBox
{
    BORDER-RIGHT: #666666 1px inset;
    BORDER-TOP: #000000 1px inset;
    FONT-SIZE: 12px;
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-IMAGE: url(http://www.geocities.com/images/shadow.gif);
    BORDER-LEFT: #000000 1px inset;
    COLOR: #000000;
    BORDER-BOTTOM: #666666 1px inset;
    FONT-FAMILY: Verdana, Arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #ffffff
}