/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #601069;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.body_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #731088;
	text-decoration:underline;
}
a.body_link:hover{
	color: #d81eff;
	text-decoration:none;
}
.inputBOX,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
	border: 1px solid #7e0095;
}
.promotions {
	color: #FFFFFF;
	line-height: 15px;
}
.footerLink {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
	font-weight: bold;
}
.footerLink:hover {
    color:#d81eff;
}	
.trademark {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration : none;
}
.trademarkRED  {
    font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration : none;
}	


.green{
color:#efffcc;
}
.yellow{
color:#f89a1c;
}
.red{
color:#ffc5cc;
}
.violet{
color:#870b9f;
}
#interline{
line-height: 20px;
}