/* various.css */

#demo_textbox 
{
 border-style: solid; 
 border-width: 1px;
 border-color: #c0c0c0;
 background-color: #e0e0e0;
 padding: 5px 5px 5px 5px; 
 margin: 5px 5px 5px 5px;
 text-align: left;
 vertical-align: top;
}

#normal
{
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: black;
}

#normal_left
{
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: black;
  float: left;
/*
  border-style: solid; 
  border-width: 1px;
  border-color: red;
*/
}

#normal_center
{
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: black;
  text-align: center;
  width: 100%;
/*
  border-style: solid; 
  border-width: 1px;
  border-color: blue;
*/

}

#normal_right
{
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: black;
  float: right;
  /***
  vertical-align: bottom;
  border-bottom-width: 0px;
  border-style: solid; 
  border-width: 1px;
  border-color: blue;
***/
}

#normal_tab
{
  margin-left: 20px;  
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: black;
}

#quote_tab
{
  margin-left: 50px;  
  margin-right: 100px; 
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: black;
}

#page_header
{
  font-size: 14pt;
  font-weight: normal;
  color: #6080ff;
  padding: 5px 0px 5px 0px; 
}

#sub_header
{
  font-size: 12pt;
  font-weight: normal;
  color: #6080ff;
}

#title
{
  font-size: 12pt;
  font-weight: bold;
  color: black;
  vertical-align: middle;
  height: 30px;
  /***
  border-style: solid; 
  border-width: 1px;
  border-color: #c0c0c0;
  ***/
}

#big
{
  font-size: 12pt;
  font-weight: bold;
  color: black;
}

#grey
{
  font-size: 10pt;
  font-weight: normal;
  color: #808080;
}
#grey_ital
{
  font-size: 10pt;
  font-style: italic;
  color: #808080;
}

#tmay
{
  font-family: verdana,arial;
  font-size: 18pt;
  font-weight: normal;
  color: black;
}

#form_line
{
  height: 10px;
}

#left_indent
{
  float: left;
  margin-left: 20px;
}
