/* ENF CSS Document */
a {
	text-decoration:none
}
body {
	background-color: #000066
}

/*CSS for Gradient Color BackGround*/
td.c8 { enfgradient /*ENF Gradient Without Image*/
	font-size: 90%;
	color: ffffff;
	height: 185px;
	width: 950px;
	padding: 5px;
	/* For WebKit (Safari, Google Chrome etc) */
    background: -webkit-gradient(linear, left top, left bottom, from(#d2e5fb), to(#ffffff));
	/* For Mozilla/Gecko (Firefox etc) */
    background: -moz-linear-gradient(top, #d2e5fb, #ffffff);
    /* For Internet Explorer 5.5 - 7 */
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#d2e5fb, endColorstr=#ffffff);
    /* For Internet Explorer 8 */
    -ms-filter:'progid:DXImageTransform.Microsoft.Gradient(startColorstr=#d2e5fb, endColorstr=#ffffff)';
}

/*General Text and Font Control */
span.c6 {
	color: #ff0000;
}
span.c7 {
	color: #ff0000;
	font-size: 125%
}
p.c4 {
	text-align: justify;
	font-size: 100%;
	font-weight: bold
}
div.c2 {
	color: #ff0000;
	font-size: 150%;
	text-align: center
}
div.c3 {
	color: #0000ff;
	font-size: 115%;
	text-align: center
}
div.c5 {
	position:relative;
	width:445px;
	height:305px;
	overflow: auto;
}

/*CSS for Cross browser Marquee II- © Dynamic Drive (www.dynamicdrive.com) */
#marqueecontainer {
	position: relative;
	width: 100%; /*marquee width */
	height: 25px; /*marquee height */
	background-color: #d2e5fb;
	overflow: hidden;
	border: 0px solid orange;
	padding: 0px;
	padding-left: 0px;
}
