a.blah {
	color: Gray;
	border: #DCDCDC;
}

a.nocolor {
	background-color: #FFFAFA;
	border: #FFFAFA;
	color: #FFFAFA;
}
input.textf {
	color: #363636;
	background-color: #ADD8E6;
	border: ridge Silver;
}

input.button {
	color: White;
	background-color: #696969;
	border: outset;
	margin-top: 4px;
}

font {
	font-family: Arial, Helvetica, sans-serif;
}

div.details {
	background-color: #EEF4F9;
	font: small Arial Helvetica sans-serif;
	font-size: small;
	color: Black;
	border: 1px none;
	padding-left: 10px;
	}
	
	
div.special {
	background-color: #F1F1F1;
	font: small Arial Helvetica sans-serif;
	font-size: small;
	color: Black;
	border: 1px none;
	font-weight: lighter;
	font-family: Arial;
	padding-left: 10px;
	}

div.links {
	background-color: #E1E1E1;
	font: small Arial Helvetica sans-serif;
	font-size: small;
}

	
	div.specialh {
	background-color: #F1F1F1;
	font: small Arial Helvetica sans-serif;
	font-size: small;
	color: Black;
	border: 1px none Silver;
	font-weight: bold;
	font-family: Arial;
	padding-left: 10px;
	}
	
	div.news {
	background-color: #F6F6F6;
	font: small Arial Helvetica sans-serif;
	font-size: small;
	color: Black;
	border: 1px none;
	font-weight: lighter;
	font-family: Arial;
	padding-left: 10px;
	}

h4 {
	color: #2E5A80;
}
link {
	color: #0066CC;
}

div.date {
	font-size: small;
	font-family: "Times New Roman";
	font-weight: bold;
	border: #0066CC;
}

a {
	color: #0066CC;
}

td.menu {
	border: thin outset #83A3B6;
}

td.header {
	background-color: #C6C6C6;
	font: small;
	color: White;
}
div.bold {
	background-color: #FFFFF0;
	font-weight: bold;
	font-size: 15px;
}
td.dashed {
	border-style: ridge dotted ridge dotted;
	border-color: #70708F;
	border-width: 1px 1px 1px 1px;
}
td.ntitle {
	background-color: Silver;
	border: 5px solid #DCDCDC;
	font-style: normal;
	font-weight: bolder;
	font-size: 14px;
	color: #696969;
}





