BODY, DIV, SPAN, TABLE, .normal, TEXTAREA
{
	font-size: 9pt;
}

BODY
{
    margin: 0px;
}

.nographic
{
    display: none;
}

.primaryTable 
{
    width: 760px;
}

HR
{
	width: 95%
}

BLOCKQUOTE
{
	MARGIN-RIGHT: 0px;
	MARGIN-LEFT: 15px;
}

BLOCKQUOTE.rcw
{
	margin-top: 0px;
	margin-bottom: 0px;
}

H1, .h1
{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 0px;
}

H2, .h2
{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 0px;
}

H3, .h3
{
	font-weight: bold;
	font-size: 9pt;
}

H4, .h4
{
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 0px;
}

PRE
{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Courier New;
}

.smalltitle 
{
	FONT-WEIGHT: bold;
	font-size: 8pt;
}



.tableListing td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Top Navigation */
.navtop, .navtop A:visited, .navtop A:link
{	
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	line-height: 8pt;
	font-family: Arial, helvetica, Sans-Serif;
}

.navtopwhite, .navtopwhite A:link, .navtopwhite A:visited 
{	
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;	
}
.navtopwhite, .navtop
{
	font-size: 10pt;
	font-weight: normal;
}

/* Left Navigation Table*/
TABLE.navtable 
{
	border-collapse: collapse;	
}
.navtable A:link, .navtable A:visited
{
	color: black;
	text-decoration: none;

}
.navtable A:hover
{
	text-decoration: underline;
}
.navtable TD
{
	padding-bottom: 4px;
	vertical-align: top;
	padding-top: 3px;
	line-height: 10pt;
}

.navtable TH
{
	height: 25px;
	text-align: center;
	font-weight:bold;
}

/* Content */
.content 
{
	padding: 0 0px 10px 15px;
}

.fullcontent
{
	padding: 15px;
}

/* Right Navigation */
.navright TH
{
	font-variant: small-caps;
	padding-top:4px;
	padding-bottom: 4px;
	/*font-size: 9pt;*/
	line-height: 9pt;
	background-color: #8BB897;
}

.navright TD.content
{
	padding: 5px 10px 5px 10px;
	border-right: solid 1px #8BB897;
	border-left: solid 1px #8BB897;
}

.navrightcontainer
{
	padding-left: 16px;
}	

/* Bottom Navigation */
.navbottom 
{
	font-size: 8pt;
}

.navbottom A:link, .navbottom A:visited
{
	text-decoration: none;
}


/* Language Link */
.language, .language A:link, .language A:visited {
	font-style: italic;
	font-size: 8pt;
	text-decoration: none;
}

.navheaderhighlights
{
	font-size: 9pt;
	font-weight: bold;
}

.breadcrumbs A:link, .breadcrumbs A:visited
{
	text-decoration: none;
}


/* Links */
a:link, a:visited {
   text-decoration: underline;
}
a:hover, .navtop A:hover, .navtopwhite A:hover, .navlang A:hover, .breadcrumbs A:hover, .navbottom A:hover
{
   text-decoration: underline;
}

fieldset, legend
{
    border: solid 1px #007700;
}

fieldset 
{
    padding: 10px 5px 5px 5px;
    vertical-align:top;
    background-color: #eeffee; 
}

fieldset legend
{
     font-weight: bold;
     color:#007700;
     background-color: White;
     padding-left: 8px;
     padding-right: 8px;
}

/* make sure name-only 'a' tags don't get hover behavior */
a[name]:hover
{
	text-decoration:none;
}

/* This is for IE compatibility */
* html fieldset
{
	position: relative;
}
* html legend
{
	position: absolute;
	top:-10px;
}

