.sitebody {
	background-color: #724095;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	
}

.maintext A {
    color: #FFCCFF;
    text-decoration: none;
}
    
.maintext A:hover  {
    color:#FFFFFF;
    text-decoration: none;
}

.maintext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	
}

.navigation A {
    color: #333333;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}
    
.navigation A:hover  {
    color:#666666;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}



