body, html {
	
	height:100%;
	width:100%;
	margin:0px;
	top:0px;
	left:0px;
	padding:0px;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#999999;
}

.header {
	background-color:#e8e8e8; 
	color:#000000;
}


.copy {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#444444;
	font-weight:light;
}

.copyred {
        font-family:"Trebuchet MS";
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
}

.copydark {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#505050;
}

.copybig {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	font-weight:light;
}

.copyverybig {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#000000;
	font-weight:light;
}


.copybold {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#999999;
	font-weight:bold;
}

a:link {
	text-decoration:none;
        color:#4a25d0;
        font-weight:bolder;
}

a:visited {
	text-decoration:none;
        color:#4a25d0;
        font-weight:bolder;
}

a:hover {
	text-decoration:underline;
        color:#4a25d02;
        font-weight:bolder;
}


#newsticker-demo {
width:950px;
background:#ffffff;
padding:2px 2px 0;
font-family:Arial,Arial,Sans-Serif;
font-size:16px;
font-color:black;
}

.newsticker-jcarousellite { width:900px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:2px; margin-bottom:2px; }
.newsticker-jcarousellite .info { float:right; width:900px; }
