BODY {
	margin : 10px 10px 0px 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
}
h1.pagetitle
{
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #666;
	letter-spacing:1px;
	border-bottom:1px solid #900;
}

P {
	font-size : 12pt;
	color : #996699;
}

P.small {
	font-size : 7pt;
	color: Blue;
}
P.indent {
	margin-left : 20px;
}

BLOCKQUOTE {
	font-size : 10pt;
}
ADDRESS {
	font-size : 10pt;
	font-style : italic;
	text-align : right;
}
#nav_top
{
	margin: 10px 10px 5px 0;
	text-align: center;
}

/* Navigation Buttons */
#nav_top ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing:1px;
}

#nav_top li
{
	float: left;
	background: url("/images/nav_tab_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#nav_top a
{
	float: left;
	display: block;
	background: url("/images/nav_tab_right.gif") no-repeat right top;
	padding: 6px 15px 8px 6px;
	text-decoration: none;
	color: #999;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_top a { float: none; }

/* End IE5-Mac hack */
#nav_top a:hover { color: #333; }

#nav_top #current
{
	background-image: url("/images/nav_tab_left_on.gif");
	border-width: 0;
}

#nav_top #current a
{
	background-image: url("/images/nav_tab_right_on.gif");
	color: #900;
	padding-bottom: 8px;
}
#pagebody_wrapper
{
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	height: 380px;
}



