a:link {
	color: #3399ff;
	background-position: 5px;
	text-decoration: none;
	}
a:visited {
	color: #0068C8;
	text-decoration: none;
	}
a:hover {
	color: #c00000;
	text-decoration: underline;
	}

a.alt:link {
	color: #C00000;
	background-position: 5px;
	text-decoration: none;
	}
a.alt:visited {
	color: #800000;
	text-decoration: none;
	}
a.alt:hover {
	color: #F8BF24;
	text-decoration: underline;
	}


a.news:link {
	color: #003464;
	background-position: 5px;
	text-decoration: none;
	}
a.news:visited {
	color: #001A32;
	text-decoration: none;
	}
a.news:hover {
	color: #000000;
	text-decoration: underline;
	}




body {
	
}

p {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	align: left;
	}

.norm {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	align: left;
	}

.bold {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-weight: bold;
	align: left;
	}

.tiblack {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-weight: bold;
	align: left;
	}

.tired {
	font-family: verdana, sans-serif;
	font-size: 12 px;
	font-weight: bold;
	align: left;
	color: #c00000;
	}

.tiblue {
	font-family: verdana, sans-serif;
	font-size: 12 px;
	font-weight: bold;
	align: left;
	color: #3399FF
	}

.tiblued {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-weight: bold;
	text-decoration: underline;
	align: left;
	color: #ff6633;
	}

.redhead {
	font-family: verdana, sans-serif;
	font-size: 16 px;
	font-weight: bold;
	align: left;
	color: #c00000;
	}
.bluehead {
	font-family: verdana, sans-serif;
	font-size: 16 px;
	font-weight: bold;
	align: left;
	color: #2E35B9;
	}

.orange {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-weight: bold;
	color: #ff6633;
	}
.green {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-weight: bold;
	color: #3DBD3D;
	}

.quote {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-style: italic;
	align: center;
	color: #c00000;
	}
.quoteblue {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-style: italic;
	align: center;
	color: #3DBD3D;
	}
.quotegreen {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-style: italic;
	align: center;
	color: #3399ff;
	}
.emph {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-weight: bold;
	align: left;
	color: #c00000;
	}
.emphyellow {
	font-family: verdana, sans-serif;
	font-size: 11 px;
	font-weight: bold;
	align: left;
	color: #F8BF24;
	}
.newshead {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.newsbody {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}
.grey {
	font-family: Verdana, sans-serif;
	font-seize: 11px;
	font-weight: bold;
	color: #404040;
}





#linkList { 
	margin:0px; 
	padding: 0px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 4px; 
	height: 13px; 
	visibility: visible; 
	display: block }

#linkList2 {
	font: 10px verdana, sans-serif;
	padding: 0px;
	margin-top: 10px; /* y-position of navigation */
	margin-left: 5px;
	width: 133px;
	height: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	}
/* background for linklist */
#linkList ul {
	margin: 0px;
	padding: 0px;
	background-image: url(lightgrey.gif); /* #E99543 */
	background-repeat: repeat-y;
	}
#linkList li {
	line-height: 2.5ex;
	list-style-type: none;
	display: block;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 12px;
	color: #99CCFF;
	}
#linkList li a:link {
	color: #3399ff;
	font-weight: bold;
	background-position: 5px;
	text-decoration: none;
	}
#linkList li a:visited {
	color: #0068C8;
	font-weight: bold;
	text-decoration: none;
	}
#linkList li a:hover {
	color: #c00000;
	font-weight: bold;
	text-decoration: underline;
	}



