body {
  	/**background-image: url(images/ad_background.jpg);**/
  	background-color: #d3d3d3;
  	background-repeat: no-repeat;
  	background-position: center top; 
  	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  	font-size: 10pt;	
	font-weight: normal;
	color: #4C4646;	
}

td, th {
	vertical-align: top;
	
}

.heavy { 
	font-weight:bold;
}

h1 {
	font-family:'Tahoma';
	font-size:1.5em;
}

.transparent {
	background-repeat: no-repeat;
	background-image: url(images/ad_transparent_bg.jpg);
	background-color: #a6a6a6;
	min-height: 215px;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, .25);
}

.transparent_header {
	text-align:left;
	margin-left: 10px; 
	font-size: 12pt;	
	font-weight: BOLD;
	color: #FFFFFF;	
}

.transparent_text {
	text-align:left;
	margin-left: 10px; 
	font-size: 10pt;	
	font-weight: normal;
	color: #4C4646;	
}

a:link
{
	COLOR: #365999;
	text-decoration: none;
}

a:visited
{
	COLOR: #365999;
	text-decoration: none;
}

a:hover
{	
	COLOR: #365999;
	text-decoration: none;
}

A.item-border:link
{	
	COLOR: none;
	text-decoration: none;
}

A.item-border:visited
{	
	COLOR: none;
	text-decoration: none;
}

