#MENUBAR  {
	position:relative;
}
a.menubar {
	font-size:10px;
	text-decoration:none;
	color:#FFF;
}
a.menubar:visited {
	color:#FFF;
}
.lvl1box {
	display:none;
}
.lvl2box {
	display:none;
}
.lvl3box {
	display:none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	background : #fff;
}

div, p, th, td, li, dd, dl, dt    {
		/* redundant selectors to help NS4 not forget */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a {
	color: #696;
}
a:active {
	color: #000;
}
a:visited {
	color: #393;
}
a:hover {
	color: #393;
	text-decoration: none;
}

ol, li, dl, dt, dd {
	line-height: 1.5em;
}

p {
	margin-top:0px;
	line-height: 1.5em;
}

.title {
    font-family: arial, helvetica, sans-serif;
    font-size: 15pt;
    font-weight: bold;
    color: #4B8346;
}

.bodycontainer {
	background-image:url(/images/white_transparent.gif);
	font-family:arial, helvetica, sans-serif;
	padding:5px;
	font-size:11pt;
}
.bodycontainer td {
	font-family:arial, helvetica, sans-serif;
	font-size:11pt;
}
.edit {
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
}
.history {
	font-family:arial, helvetica, sans-serif;
	font-size: 10pt;
	color:#FFF;
}	
a.history {
	font-family:arial, helvetica, sans-serif;
	font-size: 10pt;
	color:#FFF;
	text-decoration:none;
}
a.history:visited {
	color:#FFF;
	text-decoration:none;
}
a.history:active {
	color:#FFF;
	text-decoration:none;
}
a.history:hover {
	color:#000;
}
.legal, .caption {
	font-size:9pt;
}
.copyright {
	color:#009900;
}
.RedDot, .reddot {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; 
	color: #FF0000;
}
.HeaderText{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #4B8346;
}
.SubHeaderText{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    color: #4B8346;
}
.BodyText{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
    color: #000;
}
 
.FooterText{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    color: #CCCCCC;
}
 
.CaptionText {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    color: #669966;
}

/*
info boxes
*/
.infobox {
	margin-bottom: 5px;
}
.infoboxcontent {
	background-image:url(/images/white_transparent.gif);
	font-family:arial, helvetica, sans-serif;
	font-size: 10pt;
	color:#999999;
	border-top: 0px;
	padding: 5px;
}
.moreinfo {
	margin-bottom: 0px;
}
.stockbox{
	background-image:url(/images/white_transparent.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}
.stockprices {
	font-size: 10pt;
	color: #393;
	font-weight: bold;
}
.stockdate {
	font-size: 9pt;
	color: #393;
}
