/* Dauder Research - Inital CSS modifications by Daniel Chittum - 09/01/05 */
/* */
body, p, h1, h2, h3, h4, td, tr, th, ul, strong, li  {
   font-family: Arial, Verdana, Helvetica, sans-serif;
}
body {
    font-size: 9pt;
    background-color: #FFFFFF;
}
TD {
  font-size: 9pt;
}
.bold {
    font-size: 10pt;
	color: #FFFFFF;
	font-weight: 900;
}
.text0 { /* subheaders */
    font-size: 32pt;
	color: #666666;
	font-weight: 900;
}
.text1 { /* subheaders */
    font-size: 16pt;
	color: #666666;
	font-weight: 900;
}
.text2 { /* bos headers */
  color: #333333;
  font-size: 10pt;
}
.text3 { /* accouncements */
  color: #000000;
  font-size: 9pt;
}
A:link	{/* mouse rollover code */
color: #666666;
font-weight: 900;
font-size: 9pt;
text-decoration: none;
background-color: transparent;
} 
A:active	{
color: #666666;
font-size: 9pt;
background-color: #999999;
text-decoration: none;
font-weight:900;
}
A:visited	{ 
color: #666666;
font-size: 9pt;
background-color: transparent;
text-decoration: none;
font-weight:900; 
} 
A:hover	{
color: #0000ff;
font-size: 9pt;
font-weight: 900;
text-decoration: none;
background-color: transparent;
}
A.menu:link {
color: #ffffff;
}
A.menu:visited {
color: #ffffff;
}
A.menu:hover {
color: #ffcc00;
}
A.announce:link {
color: #0000ff;
font-weight: normal;
}
A.announce:hover {
color: #0000ff;
font-weight: 900;
}
/* footer */
.foot-text {
   font-size: 8pt;
}
/* search button */
.button1 {
   font-size: 8pt;
   background-color: transparent;
   border-color:#990033;
   color: #ffffff;
   border: 0px;
   font-weight: 700;
   font-style: italic;
} 
/* options pt size */
.options {
font-size: 9pt;
color: #000000;
}

