/* CSS Document */

a:link {  font-family: Georgia, Times New Roman, Times, serif
			font-size: 12px; 
			font-style: normal; 
			color: #6c1e7e; 
			text-decoration: underline}
			
a:active {  font-family: Georgia, Times New Roman, Times, serif
			font-size: 12px; 
			font-style: normal; 
			color: #6c1e7e; 
			text-decoration: underline}
			
a:visited {  font-family: Georgia, Times New Roman, Times, serif 
			font-size: 12px; 
			font-style: normal; 
			color: #6c1e7e; 
			text-decoration: underline}
			
a:hover {  font-family: Georgia, Times New Roman, Times, serif
			font-size: 12px; 
			font-style: normal; 
			color: #6c1e7e; 
			text-decoration: none}
			
.main-table {
background-image:url(images/background.gif);
background-repeat:no-repeat;
background-position:top left;
}

.vt {
margin-bottom:16px;
}
.style1 a img {
border:none;
}
.style1 a strong {
color:#fff;
}