/* some basic tag style redefinitions
----------------------------------------------------------------*/
H1 {
color: #008000;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
background: #FFFFD5;
}
H4 {
color: #008000;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 10pt;
}
BODY {
color: #000000;
background-color: #DDDDDD;
font-size: 10pt;
font-family: verdana, arial, helvetica, sans-serif;
}

TABLE {
border: 0;
cell-spacing: 0;
cell-padding: 0;
}
HR {
color: #FFFF66;
align: center;
}
IMG {
border: 0;
}
P {
color: #000000;
background-color: #FFFFD5;
font-size: 10pt;
font-family: verdana, arial, helvetica, sans-serif;
}
TD {
font-size: 10pt;
font-family: verdana, arial, helvetica, sans-serif;
}



/* some styles to control consistent look and feel 
-----------------------------------------------------------*/
.smalltext {
font-weight: normal;
font-size: 8pt;
}
TABLE.greenborder {
border: 2px solid #008000;
}
TD.greenborder {
border: 1px solid #008000;
}
.rightheader {
font-weight: bold;
font-size:8pt;
color: #000000;
}


/* control the look of the links within the left nav sub menu 
----------------------------------------------------------------*/
.submenu:link {
text-decoration: none;
color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submenu:hover {
color: #FFFF66;
background-color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.submenu:visited {
text-decoration: none;
color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submenu:active {
text-decoration: none;
color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* control the look of the links within the drop down menu 
----------------------------------------------------------------*/
#popitmenu{
position: absolute;
background-color: white;
border:1px solid #008000;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}
#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #008000;
display: block;
}
#popitmenu a:hover{ /*hover background color*/
background-color: #FFFF66;
color: #008000;
}

/* control the look of any random, non-styled link within the text 
-------------------------------------------------------------------*/
A:link {
text-decoration: none;
color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
A:hover {
color: #999999;
background-color: #FFFFFF;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
A:visited {
text-decoration: none;
color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
A:active {
text-decoration: none;
color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}


/* control the look of the main menu links 
----------------------------------------------------------*/
.mainmenu:link {
text-decoration: none;
color: #000000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.mainmenu:hover {
color: #FFFF66;
background-color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.mainmenu:visited {
text-decoration: none;
color: #000000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.mainmenu:active {
text-decoration: none;
color: #008000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

/* control the look of the ticker tape links 
----------------------------------------------------------*/
.tickerlink:link {
text-decoration: none;
color: #00F000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
}
.tickerlink:hover {
color: #FFFF66;
background: #000C000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.tickerlink:visited {
text-decoration: none;
color: #00F000;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
}
.tickerlink:active {
text-decoration: none;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}


/* these styles control the links at the footer that mirror the main navigation links 
-------------------------------------------------------------------------------------------*/
.footerlink:link {
color: #008000;
font-size: 8px;
font-family: verdana;
font-weight: bold;
}
.footerlink:active {
color: #008000;
font-size: 8px;
font-family: verdana;
font-weight: bold;
}
.footerlink:visited {
color: #008000;
font-size: 8px;
font-family: verdana;
font-weight: bold;
}
.footerlink:hover {
color: #999999;
background-color: #FFFFFF;
font-size: 8px;
font-family: verdana;
font-weight: bold;
}

/* these styles control the links for the ads 
-------------------------------------------------------------------------------------------*/
.sponsorlink:link {
color: #008000;
font-size: 8pt;
font-family: verdana;
font-weight: bold;
}
.sponsorlink:visited {
color: #008000;
font-size: 8pt;
font-family: verdana;
font-weight: bold;
}
.sponsorlink:hover {
color: #BB5522;
background-color: #DDDDDD;
font-size: 8pt;
font-family: verdana;
font-weight: bold;
}


/* these styles control the text in the ticker tape */
.tickertext:font {
font-family: verdana, arial, helvetica, sans-serif;
font-weight: bolder;
font-size: 12px;
}

/* text within the right hand boxes */
.righttext {
font-size: 8pt;
font-weight: normal;
font-family: verdana, arial, helvetica, sans-serif;
}

/* table style for the right hand boxes */
table.rightbox {
border-style: solid;
border-width: 2px;
border-color: #008000;
background: #FF9966;
}

/* background for main body text */
td.mainbody {
background: FFFFD5;
font-size: 10pt;
font-family: verdana, arial, helvetica, sans-serif;
}
