body
{
 background-color: #ffffff;
 font-family: Arial, Helvetica, sans-serif; 
 color: #000000;
 width: 800px;
 margin-top: 0px;
 margin-left: 0px;
}

.infotable
{
 background-color: #ccccff;
}

.infoheading
{
 font-size: 10pt;
 background-color: #ddddff;
 font-weight: bold;
}

.leftcolumn
{
 font-size: 8pt;
 font-weight: bold;
 background-color: #eeeeff;
}

.rightcolumn
{
 font-size: 8pt;
 background-color: #ffffff;
}


.heading
{
 font-size: 14pt;
 background-color: #9999ff;
background-image: url('/images/background.jpg')
}

.hr
{
color: #9999ff;
}

.footer
{
 font-size: 8pt;
 color: #999999;
}

.footerlink
{
 color: #999999;
 text-decoration: underline;
 font-weight: bold;

}

.footerlink:hover
{
 color: #999999;
 text-decoration: none;
 font-weight: bold;

}

.defaulttext
{
 color: #000000;
 text-decoration: none;
 font-size: 10pt;

}

.defaultlink
{
 color: #0000ff;
 text-decoration: underline;
 font-size: 10pt;
 font-weight: bold;
}


.defaultlink:hover
{
 color: #0000ff;
 font-size: 10pt;
 font-weight: bold;
}

h1 {
	font-size: 22pt;
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	margin: 0;
}

.linkscell {
	
 color: #000000;
 text-decoration: none;
 font-size: 10pt;

}


