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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
}

.pageheading {
	font-size: 24px;
	font-weight: bold;
}

.redhighlight {
    color:#FF0000;
}

.leftnav {
	color: #000099;
	font-size: 18px;
	font-weight: bold;
}

.leftnavlarge {
	color: #000099;
	font-size: 24px;
	font-weight: bold;
}

.newslink {
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}

.newsdate {
	color: #000000;
	font-size: 18px;
}

.newstitle {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}

.newsbody {
	color: #000000;
	font-size: 12px;
}