/* CSS Document */
#HEAD {
}
#BODY {
}
#FOOT {
}
body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000; /* Black */
	background-color: #FFF; /* White */
	text-align: center;
/*	
	background-image: 
	url('http://www.abtspotlights.com/images/gl_dots.gif');
	background-repeat: repeat
*/	
/*	background-repeat: repeat-x */
}
table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}
p, td, tr {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #666; /* light grey */
}
h2 {
	font-size: 18px;
	font-weight: normal;	
	color: #999; /* medium grey */
}
h3 {
}
h4 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000; /* black */
}
h5 {
}
h6 {
	margin-top: 0px;
	font-size: 12px;
	color: #000; /* black */
}
a {
   color: #666666;  /* lt grey */
   text-decoration: underline;
}

a:link {
}
a:visited 
{
	color: #666;  /* ltgrey */
	text-decoration: underline;	
}
a:hover 
{
   color: #666;  /* lt grey */		
   text-decoration: none;
}


.hide {
	display: none;
}

table.center {
	margin-left:auto;
	margin-right:auto;	
}

td.content {
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	text-align: left;
	padding-left:4px;
}