/* ====================== text elements ====================== */

body, p, ul, ol, li, blockquote
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 15pt;
}

body
{
	background-image: url(../images/site/back.jpg);
	background-color: #FFFFFF;
	margin-top: 25px;
}

p.summary
{
	font-size: 10pt;
	line-height: 17pt;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul,ol
{
	margin-top: 0px;
	margin-bottom: 7px;
}

li { margin-bottom: 7px; }

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	margin-right: 5px;
	margin-left: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 10pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

a.no_underline
{
	color: #000000;
	text-decoration: none;
}

a.h2_link
{
	color: #333333;
	text-decoration: none;
}

a.h2_link:hover
{
	color: #333333;
	text-decoration: underline;
}

a.h2_link_invis
{
	color: #990000;
	text-decoration: none;
}

a.h2_link_invis:hover
{
	color: #990000;
	text-decoration: underline;
}

.sortorder
{
	color: #999999;
	font-weight: normal;
}



/* ====================== nav elements ====================== */

.nav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 11pt;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: right;
}

.nav_c
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 11pt;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: right;
	color: #000000;
}

.nav_n
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: right;
	color: #CCCCCC;
}

.snav_c
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 11pt;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: right;
	color: #000000;
}

.snav_n
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 11pt;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: right;
	color: #CCCCCC;
}

a.mainnav
{
	text-decoration: none;
	color: #B9AE79;
}

a.mainnav_c
{
	text-decoration: none;
	color: #000000;
}

a.mainnav_h
{
	text-decoration: none;
	color: #990000;
}

a.mainnav:hover
{
	text-decoration: none;
	color: #496E83;
}


a.subnav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #496E83;
}

a.subnav_c
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.subnav_h
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}

a.subnav:hover
{
	text-decoration: none;
	color: #C9BE89;
}

a.adminnav
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.code {
	font-family: Monaco, Courier;

}

