/* At-Rules */
@charset "iso-8859-1";

A:link,A:visited,A:active { color: #996633 }

A.white:link, A.white:visited, A.white:active
{
	color: white;
	text-decoration: none;
}


body,font,td,h2,h3,p,textarea,input
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:9pt;
}

h2 {
font-size:12pt;
}

h1 {
	font-size:14pt;
	display: inline;
}

h1,h2,h3 {
	color:#996633;
}


font.lar{
	font-size:13pt;
}

font.xlar{
	font-size:20pt;
}
.sm{
	font-size:7pt;
}
.smc{
	font-size:7pt;
    text-align:center;
}

table.wh{
	color:white;
}

li.t {
	padding-bottom:5px;
}


A.tl:link, A.tl:visited, A.tl:active {
	background-color:#996633;
	text-decoration:none;
	color:white;
}
A.ttl:link, A.ttl:visited, A.ttl:active {
	background-color:#996633;
	text-decoration:none;
	color:white;
  vertical-align:text-bottom;
}

font.com {
	font-style:italic;
	font-weight:bold;
	color:blue;
}

.red{
	background-color:red;
}
a.red:link,a.red:visited{
	text-decoration: none;
	background-color:red;
	color:white;
}
a.red:active{
	background-color:yellow;
	color:red;
}

.bred {
  font-weight:bold;
  color:red;
}

div.tbl td
{
border-top: 1px solid grey;
border-left: 1px solid grey;
}

div.tbl{
padding-bottom:20px;
}

div.tbl table
{
border: 1px solid grey;

}

div.tbl img
{
margin-bottom:0px;
border:0px;
}

div.tbl hr
{
height:1px;

}