BODY 			{background-color: #666666;
				 margin: 0px;
				 font-size: 12px;
				 font-family: Arial, Verdana, sans-serif;
				 vertical-align:top;
				 }
				 
A:VISITED {
	color : #0066FF;
	text-decoration : none;
} 
A:HOVER {
	color:#FF0000;
	text-decoration : underline;
}
A:ACTIVE { 
	color : #0066FF;
	text-decoration : none;
} 
A:LINK { 
	color:#0066FF;
	text-decoration : none;
} 

/* Link in dark colored background */
.color a:visited {
					color:#ffffff;
					text-decoration : none;
}
.color a:hover	{	color:#CCCCCC;
					text-decoration : underline;
}
.color a:active {
					color:#ffffff;
					text-decoration : none;
}
.color a:link	{
					color:#ffffff;
					text-decoration : none;
}
				 
				 
table.content	{font-size:12px;
				 vertical-align:top; 
				 height:100%;
				 color:black;
				 background-image:url(images/aycon_watermark.jpg); 
				 background-position:right bottom; 
				 background-repeat:no-repeat;
				 background-color:#ffffff;
				}

.footer	{
	background-image:url(../images/footer.gif); 
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:bottom; 
	padding-right:30px;
	padding-bottom:6px;  
	font-size:11px;
	color:#ffffff;
	height:31px;
}

.customer_form {font-size:10px;
				background-color: #ffffff;  
				width:80px;
				}
.contact_form	{font-size:11px;
				border:1px solid #330000;
				background-color: #ffffff;
				}

.speaker_name	{font-weight:bold;
				vertical-align:top;
				text-align:right;
}
.speaker_data	{padding-bottom:8px;

}