BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	background-color: White;
}

TD, TR, TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

A:link {
	text-decoration: underline;
	color: Blue;
}

A:Active {
	text-decoration: underline;
	color: Blue;
}
A:Hover {
	text-decoration: underline;
	color: Blue;
}

A:Visited {
	text-decoration: underline;
	color: Blue;
}

div.header	a:link	{
	text-decoration: none;
	color: Yellow;
    font-weight: bold;
}
div.header 	a:active	{
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}
div.header	a:hover	{
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}
div.header 	a:visited  {
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
} 
.small  {
	font-family: Verdana, Arial;
	font-size=8pt;
	font-style: normal;
}
td.divider
{ 
    background-image: url('images/tile-bluedot.gif');
    background-repeat: repeat-y;
    background-position:  center 50%;
}
.topimage{background-image:url(images/topimage.jpg); 
background-repeat:no-repeat; 
background-color:#EFEFEF;} 
  
.bottomimage{background-image:url(images/bottomimage.jpg); 
background-repeat:no-repeat; 
background-color:#EFEFEF;}

.cornerimage{background-image:url(images/bluecircle.gif); 
background-repeat:no-repeat; 
background-position:top left;}
  
.backcolor{background-color:#EFEFEF;}

.indented {
padding: 18px 0px 0px 15px;}