body
{
    margin: 0px; 
    padding: 0px;
    font-family: Verdana, Arial, Sans-Serif;
}

.main
{
	color: #333333;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Sans-Serif;
}
.quote
{
	color: #003366;
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
}
.quoteSig
{
	color: #003366;
	font-size: 10px;
	font-style: italic;
	font-family: Verdana, Sans-Serif;
}
.qfind
{
	color: #333333;
	font-size: 9px;
	line-height: 10px;
	font-family: Verdana, Sans-Serif;
}
.orangeHeader
{
	color: #fc9200;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
}
.greenHeader
{
	color: #006a3a;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
}
.yellowHeader
{
	color: #082163; 
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
}
.purpleHeader
{
	color: #6c709f;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-family: Verdana, Sans-Serif;
}

.smOrangeHeader
{
	color: #fc9200;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}
.smGreenHeader
{
	color: #006a3a;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}
.smYellowHeader
{
	color: #082163;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}
.smPurpleHeader
{
	color: #6c709f;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}

.orange
{
	color: #fc9200;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}
.green
{
	color: #006a3a;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}
.yellow
{
	color: #082163;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}
.purple
{
	color: #6c709f;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	font-family: Verdana, Sans-Serif;
}

.orangeLink
{
	color: #fc9200;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-family: Verdana, Sans-Serif;
}
.greenLink
{
	color: #006a3a;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-family: Verdana, Sans-Serif;
}
.yellowLink
{
	color: #082163;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-family: Verdana, Sans-Serif;
}
.purpleLink
{
	color: #6c709f;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-family: Verdana, Sans-Serif;
}

.sideNavLeftBg
{
	background-image: url('./images/subnav_side.gif');
}
.yellowBg
{
	background-image: url('./images/ypx.gif');
}

.footer
{
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Sans-Serif;
}
a.footer:link, a.footer:visited, a.footer:active
{
	color: #999999;
	font-size: 9px;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
}

a.footer:hover
{
	text-decoration: underline;
}

a.sideNavLink:link, a.sideNavLink:visited, a.sideNavLink:active
{
	position: relative;
	top: -1px;
	color: #003366;
	font-size: 9px;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;
}

a.sideNavLink:hover
{
	text-decoration: underline;
}


.fixedMenu
{
    /* Mozilla, Opera, Safari and IE 7 */
    position:fixed !important;
    top:0px;
    right: 0px;
    
    /* Internet Explorer 5.5/6 only */
    _position:absolute !important;
    _top:expression(eval(0 + document.documentElement.scrollTop? document.documentElement.scrollTop : document.body.scrollTop) + "px");
    _right:expression(eval(0 + document.documentElement.scrollLeft? document.documentElement.scrollLeft : document.body.scrollLeft ) + "px");
}