BODY
{
	background-color: #fff;
}

A, A:visited
{
	font-family: Helvetica, Arial, Sans-Serif, Verdana;
	font-size: 12px;
	color: #333344;
	text-decoration: none;
}
A:hover, A:active
{
	font-family: Helvetica, Arial, Sans-Serif, Verdana;
	font-size: 12px;
	color: #333344;
	text-decoration: underline;
}
A.navlink, A:visited.navlink
{
	font-family: Garamond, Georgia, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
A:hover.navlink, A:active.navlink
{
    color: #b0b0b0;
	text-decoration: underline;
}
A.subnavlink, A:visited.subnavlink
{
	font-family: Sans-Serif, Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
A:hover.subnavlink, A:active.subnavlink
{
	color: #b0b0b0;
	text-decoration: underline;
}

div.subnav
{
	padding: 8px;
	padding-bottom: 4px;
    height: 25px;
}

.leftnav
{
	background-color: #334;
	padding: 3px 10px 3px 10px;
}

A.titlelink, A:visited.titlelink
{
	font-family: Georgia, Serif;
	font-size: 11px;
	font-weight: bold;
	color: #333344;
	text-decoration: none;
}
A:active.titlelink, A:hover.titlelink
{
	font-family: Georgia, Serif;
	font-size: 11px;
	font-weight: bold;
	color: #333344;
	text-decoration: underline;
}
.title
{
	font-family: Georgia, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #b0b0b0;
}

.smalltitle
{
	font-family: Georgia, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #7a7a85;
	text-decoration: none;
}

.subtitle_b
{
	font-family: Georgia, Serif;
	font-size: 11px;
	font-weight: bold;
	color: #7a7a85;
	text-decoration: none;
}
.subtitle_i
{
	font-family: Georgia, Serif;
	font-size: 11px;
	font-style: italic;
	color: #7a7a85;
	text-decoration: none;
}

.content
{
	font-family: Sans-Serif, Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000;
	padding-left: 1px;
}

.whitecontent
{
	font-family: Sans-Serif, Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #fff;
	margin-left: 1px;
}

.smallwhitecontent
{
	font-family: Sans-Serif, Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #fff;
	margin-left: 1px;
}

.sidebarcontent
{
	font-family: Helvetica, Arial, Sans-Serif, Verdana;
	font-size: 10px;
	color: #444;
}

.textarea
{
	padding: 6px;
}

.blackborder
{
	border: solid 1px black;
}

.whiteborder
{
	border: solid 1px white;
}

.dashedborder
{
	border: dashed 1px black;
}

.pageheader
{
	font-family: Garamond, Georgia, Serif;
	font-size: 28px;
	font-weight: bold;
	color: #a52441;
	text-decoration: none;
}

.sectionheader
{
	font-family: Garamond, Georgia, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #515160;
	text-transform: uppercase;
}

.yellowbox
{
	background-color: #dfc063;
	font-family: Garamond, Georgia, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 2px 10px 2px 10px;
}

.contentbox
{
	padding: 4px 10px 4px 10px;
}

.highlightbox
{
    
    border-top: outset 1px #000;
    border-bottom: outset 1px #000;
    background-color: #eee;
    font-weight: bold;
    padding: 2px;
    vertical-align:text-top;
    width: 100%;
}

.highlightbox2
{
    background-color: #6f911b;
    font-weight: bold;
    padding: 4px;
    vertical-align: text-top;
}


.copyright
{
	font-family: Helvetica, Arial, Sans-Serif, Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 9pt;
	color: #333344;
	text-decoration: none;
	margin: 2px;
}

.ListStyle1
{
    font-family: 'lucida grande', tahoma, sans-serif, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 13px;
    border-top: inset 1px #999;
    background-color: white;
    padding: 3px;
}

.ListStyle2
{
    font-family: 'lucida grande', tahoma, sans-serif, Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 13px;
    border-top: inset 1px #999;
    background-color: #eee;
    padding: 3px;
}