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

body {
	margin: 0px;
	background-color: #525252;
}

/* Frame Table Styles */
td.top {
	width: 790px;
	height: 310px;
	background-image: url(images/logo-top-new.jpg);
	background-repeat:no-repeat;
}

td.main {
	width: 790px;
	background-image:url(images/back.gif);
	background-repeat:repeat-y;
	padding-left: 25px;
	padding-right: 25px;
}

td.bottom {
	width: 190px;
	height: 14px;
	background-image:url(images/bottom.gif);
	background-repeat: no-repeat;
}

/* Content Frame Styles */

td.head {
	height: 33px;
	font-family: Impact, Charcoal, sans-serif;
	font-size:15pt;
	background-image:url(images/head-back.gif);
	background-repeat:repeat-x;
	padding-top: 2px;
	padding-left: 10px;
}

.newsHeadText {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:17px;
	font-variant:small-caps;
	letter-spacing: 1.25;
}

.newsSubText {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 10pt;
	color: #000000;
}

.newsText {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;	
}

a:link, a:visited {
	color: #99FFFF;
	text-decoration: none;
	/* border-bottom: 1px solid #99FFFF; */
}

a:hover {
	color: white;
	text-decoration: none;
	/* border-bottom: 1px dashed white; */
}

a:img {
	text-decoration: none;
	border:0px solid #FFFFFF;
}
