body
{
	margin: 0px;
}
.leftbar 
{
	background-image: url(images/leftbar.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.header
{
	font-family: arial;
	color: #3366CC;
	font-size: 22pt;
	font-weight: normal;
}
.telephone
{
	font-family: arial;
	color: #3366CC;
	font-size: 18pt;
	font-weight: normal;
}
.text
{
	font-family: arial;
	color: #339966;
	font-size: 12pt;
	font-weight: bold;
}
.textsmall
{
	font-family: arial;
	color: #339966;
	font-size: 10pt;
	font-weight: bold;
}
.textsmallnb
{
	font-family: arial;
	color: #339966;
	font-size: 10pt;
	font-weight: normal;
}
.textitalicsmall
{
	font-family: arial;
	color: #3366CC;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.textitalic
{
	font-family: arial;
	color: #3366CC;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.footer
{
	font-family: arial;
	color: #3366CC;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: bottom;
}
.bluelink
{
	font-family: arial;
	color: #3366CC;
	font-size: 12pt;
	font-weight: bold;
}
A.bluelink:link {
	text-decoration:    none;
	color: #3366CC;
}
A.bluelink:visited  {
    text-decoration:    none;
    color:#3366CC;
}
A.bluelink:active   {
    text-decoration:    none;
    color: #3366CC;
}
A.bluelink:hover    {
    text-decoration:    underline;
    color: #3366CC;
}
.table
{
	border: black 1px solid;
}
td.cell{width:70px;}
td.hdr{width:160px;}
