
body, td, p          {  font-family: Verdana, Arial, sans-serif; font-size: 10pt }

.info_box_text     {font-size: 8pt }

.footer                  {font-size: 8pt }

.header_links         { font-size: 8pt }

ul
{
	list-style-image: url('css/bullet.gif');
}
ul ul
{
	list-style-image: url('css/bullet.gif');
}
ul ul ul
{
	list-style-image: url('css/bullet.gif');
}
a:link
{
	color: #000000;
}
a:active
{
	color: #FF0000;
}
a:visited
{
	color: #000000;
}
a:hover
{
	color: #FF0000;
	}
body
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
table
{
	table-border-color-light: rgb(154, 187, 221);
	table-border-color-dark: rgb(154, 187, 221);
}
h1
{
	color: rgb(0, 0, 0);
}
h2
{
	color: rgb(0, 0, 0);
}
h3
{
	color: rgb(0, 0, 0);
}
h4
{
	color: rgb(0, 0, 0);
}
h5
{
	color: rgb(0, 0, 0);
}
h6
{
	color: rgb(0, 0, 0);
}
button
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
label
{
	color: rgb(255, 255, 255);
}
.mstheme-text
{
}
textarea
{
	color: rgb(0, 0, 0);
}
fieldset
{
	color: rgb(255, 255, 255);
}
legend
{
	color: rgb(255, 255, 255);
}
select
{
	color: rgb(0, 0, 0);
}
caption
{
	color: rgb(255, 255, 255);
}
th
{
	color: rgb(0, 0, 0);
}

.leftnav     { 
width: 157px;
height: 22px;
color: #FFFFFF; 
font-family: Arial; 
font-size: 12px; 
 text-align: center;
text-decoration: none;  
background-image: url('images/butback.gif'); background-repeat: no-repeat; background-position: center
 }
 
 .leftnav a:link {
 color: #FFFFFF;
 text-decoration: none;
 vertical-align: middle;
 }
 .leftnav a:active {
 color: #FF0000;
 text-decoration: none;
 vertical-align: middle;
 }
 .leftnav a:visited {
 color: #FFFFFF;
 text-decoration: none;
 vertical-align: middle;
 }
 .leftnav a:hover {
 color: #99ccff;
 text-decoration: none;
 vertical-align: middle;
 }