﻿body,html {
	 margin: 0px;
	 padding:  0px;
	 background-image:url(Images/bg.jpg);
	 background-repeat:repeat-x;
	 background-position:top;
	 background-color:#7d4ca2; 
	 font-family: "Times New Roman", Times, serif;  
}

.MainText{	 
	 font-size:14px;
	 color:#ffffff;
}
.MainText a:link{	 
	 font-size:14px;
	 color:#ffffff;
	 text-decoration:none;	 
}
.MainText a:visited{	 
	 font-size:14px;
	 color:#ffffff;
	 text-decoration:none;
}
.MainText a:hover{	 
	 font-size:14px;
	 color:#ffffff;
	 text-decoration:underline;
}
.MainText a:active{	 
	 font-size:14px;
	 color:#ffffff;
	 text-decoration:none;
}

.footer{	 
	 font-size:10px;
	 color:#ffffff;
	 text-transform:uppercase;
}
.footer a:link{	 
	 font-size:10px;
	 color:#ffffff;
	 text-decoration:none;
	 text-transform:uppercase;	 
}
.footer a:visited{	 
	 font-size:10px;
	 color:#ffffff;
	 text-decoration:none;
	 text-transform:uppercase;
}
.footer a:hover{	 
	 font-size:10px;
	 color:#ffffff;
	 text-decoration:underline;
	 text-transform:uppercase;
}
.footer a:active{	 
	 font-size:10px;
	 color:#ffffff;
	 text-decoration:none;
	 text-transform:uppercase;
}

.tour a:link {
	color: #ffffff;
	text-decoration:none;
}
.tour a:visited {
	color: #ffffff;
	text-decoration:none;
}
 .tour a:hover {
	color: #502072;
	text-decoration:underline;
}
.tour a:active {
	color: #ffffff;
	text-decoration:none;
}
.noBorder{
	border: 0;
	width: 160px;
	height: 110px;
}
.RotatorBorder {
	border: 3px solid #9bae1d;
}
.RotatorBorder2 {
	border: 1px solid #FFFFFF;
}

a:link {
	color: #ffffff;
	text-decoration:none;
}
a:visited {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	color: #ffffff;
	text-decoration:underline;
}
a:active {
	color: #ffffff;
	text-decoration:none;
}


