/*-----------------------------------------------------------*/
/* HTML styles */
A {text-decoration:none;}
A:hover {text-decoration:underline;}
SPAN.alink2 {color:#000000; 
  font-weight:normal;
  text-decoration:none;} /* for brw:link tag - leave in link, but make look like normal text, good for search engines */
BODY
{
  background-color:#FFFFFF;
  font-family:Verdana,Arial,Sans-Serif;
  font-size:10pt;  
  margin-left:5pt;
  margin-right:2pt;
}
H1 {color:#000000; font-size:200%;}
H2 {color:#000000; font-size:150%;}
H3 {color:#000000; font-size:125%;}
H4 {color:#000000; font-size:l10%;}
/*------------Ad column--------------------------------------*/
.ad_column_left {border-right-color:#000000; border-right-style:solid;
     border-right-width:1pt; 
     padding-right:3pt;
     width:120;}
TD.ad_column_right 
{
    background-color:White;
    border-left-color:#000000; border-left-style:solid;
    border-left-width:1pt; padding-left:3pt;
    width:120;}
/*----------------------------------------*/
.author {text-align:right;}
/*-----------------------------------------------------------*/
.capitalize {text-transform:capitalize;}
/*-----------------------------------------------------------*/
/* Content column */
DIV.content
{
    padding:5pt;
    width:auto; /* Less than 100 to avoid overlap */
}
/*-----------------------------------------------------------*/
.copyright 
{
    /*background-color:White;*/
    font-size:8pt;
}
/*-----------------------------------------------------------*/
.example { font-family:Monospace; }
DIV.example { margin-left:40; margin-right:40; }
/*-----------------------------------------------------------*/
DIV.form { text-align:center; }
TABLE.form { }
TR.form { vertical-align:top; }
TD.form_prompt { text-align:right; }
/*-----------------------------------------------------------*/
.google {color:#000000; font-family:Verdana,Arial,Sans-Serif; font-size:10pt; font-weight:normal;}
.googletitle {color:#0000FF; font-weight:bold; text-decoration:underline;}
.googlewebsite {color:#009900; font-size:smaller; font-weight:normal;}
A.google:hover {text-decoration:none;}
/*-----------------------------------------------------------*/
/* Highlight inline */
.hl {font-weight:bold;}
/*-----------------------------------------------------------*/
/* IMG.image {}     */
DIV.image_caption {font-size:smaller; text-align:center;}
/*----------------------------------------*/
.info {background-color:#DDDDDD;}
.infobox {background-color:#DDDDDD; border:solid 1pt black; font-size:smaller; padding:3pt;}
/*-----------------------------------------------------------*/
/* Layout table */
TABLE.layout {width:100%} 
/*-----------------------------------------------------------*/
/* Logo bar at top of page */
A.logo_bar {font-weight:bold; text-decoration:none;}
A:visited.logo_bar {text-decoration:none;}
DIV.logo_bar 
{
    background-color:#DDDDDD;
    padding-left:3pt;
    padding-right:3pt;
    width:auto;
}
SPAN.logo_bar2
{
    font-style:normal;
    font-size:12pt;
}
/*-----------------------------------------------------------*/
/* Menu at top of page */
DIV.menu_bar 
{
    background-color:#DDDDDD;
    font-size:11pt; 
    padding:3pt;
    width:auto;
}
/*-----------------------------------------------------------*/
/* Menu at end of page - needed so menu control will work in page */
.menu_end {font-size:10pt;}
DIV.menu_end {text-align:center;}
/*-----------------------------------------------------------*/
/* Navigation in content link - top, bot, prev, next */
.navlink
{
    font-size:smaller;
}
/*-----------------------------------------------------------*/
/* News table */
DIV.news
{
    background-color:Silver;
    border:solid 1pt Black;
    float:right;
    padding:1em;
    width:30%;
}
/*-----------------------------------------------------------*/
/* Page table - around whole page */
DIV.page 
{
    background-color:White;
    width:100%;}
/*-----------------------------------------------------------*/
DIV.summary {font-size:xx-small;}
/*-----------------------------------------------------------*/
