/* CSS Document */

BODY {
	color : #333333;
	font-family : Arial, Tahoma;
	font-size : 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#5170ad;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
}

H1 {font-size: 12pt;color: #F96D0C;font-weight: bold;}

/* FOOTER */
.footer-text {font-size: 12px;color: #CCCCCC;}
.footer-text A {text-decoration:none;font-size: 12px;color: #CCCCCC;} 
.footer-text A:hover {text-decoration:underline;} 

/* Banner Text */
.bannertext {font-size: 12px;color: #333333; padding-left:9px; padding-right:5px;}

/* Offer Text */
.offertext {font-size: 12px;color: #333333; padding-left:9px;}

/* Standard Text */
.standard {font-size: 12px;color: #333333;}

/* Pad Box Right */
.pad10 {padding-top:5px;}
.rightcell {padding-top:10px;}

/* Emaildirector text */
.blue {color: #006699}
.orange {color: #FF6600}

/* features menu */
.features A:link {display: block; border-bottom: dashed 1px #FF6600; text-decoration:none; color: #333333; padding: 3px 0px 3px 0px}
.features A:visited {display: block; border-bottom: dashed 1px #FF6600; text-decoration:none; color: #333333; padding: 3px 0px 3px 0px}
.features A:active {display: block; border-bottom: dashed 1px #FF6600; text-decoration:none; color: #333333; padding: 3px 0px 3px 0px}
.features A:hover {color:#FF6600} 



