.title {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-align: justify;
	font-weight: bold
	}
	
.desc {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	text-align: justify;
	}
	
a {
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana;
	}

a:link {
	text-decoration: none;
	color: #326496;
	}

a:visited {
	text-decoration: none;
	color: #cccccc;
	}
	
a:hover {
	text-decoration: underline;
	color: #0066CC;
	}

a:active {
	text-decoration: underline;
	color: #0066CC;
	}
	
.newsScroll {
	position: absolute;
	left: 10px;
	top: 1px;
	font-family: Verdana;
	font-size: 9px;
	}

.top {
	background-image: url('/images/top.gif');
	background-position: top;
	background-repeat: repeat-x;
	}

.topLeftCorner {
	background-position: bottom right;
	background-image: url('/images/topLcrnr.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}

.topRightCorner {
	background-position: bottom left;
	background-image: url('/images/topRcrnr.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
