@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#28013a;
	}
		
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6cbe3;
	line-height:20px;
	}

td a:link {
	color: #1181c9;
	text-decoration:none;
	
	}

td a:visited{
	color: #1181c9;
	text-decoration:none;
	}

td a:hover{
	color:#ffffff;
	text-decoration:none;
	}
	
.hometext{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6cbe3;
	line-height:16px;
	}
	
	
.footer {
	color:fd95c9
	text-decoration:none;
	}
	
.footer a:link {
	color:#fabaef;
	text-decoration:none;
	}

.footer a:visited{
	color:#fabaef;
	text-decoration:none;
	}
	
.footer a:hover{
	color:#f473b3;
	text-decoration:none;
	}
	
.crumb{
	color:#d9a708;
	}
	
.bg{
	background:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	}

.pagebg {
	background:url(../images/pagebg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.pagebg1 {
	background:url(../images/pagebg1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.contentbg1{
	background:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#17011f;
	}
	
.contentbg2{
	background:url(../images/content_bg1.jpg);
	background-repeat:no-repeat;
	background-color:#17011f;
	}
	
.newsbg{ 
		background:url(../images/newsbg.gif);
		background-repeat:no-repeat;
		}	
	
.footerbg{
	background:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	}
	
.link a:link {
	color: #1181c9;
	text-decoration:underline;
	
	}

.link a:visited{
	color: #1181c9;
	text-decoration:underline;
	}

.link a:hover{
	color:#000000;
	text-decoration:none;
	}
	
.bluetext{
	color:#e768b5;
	font-weight:bold;
	font-size:14px;
	}
	
.tableborder{
	border-collapse:collapse;
	}

.whitetext{
	color:##e6cbe3;
	font-weight:bold;
	font-size:13px;
	}
	
.violettext{
	color:#811B6F;
	font-weight:bold;
	font-size:13px;
	}	
	
.violettext1{
	color:#811B6F;
	font-weight:bold;
	}
	
.linkdiv{
	width:399px;
	height:72px;
	cursor:pointer;
	}	