body {
	font-family : Arial;
	font-size : 12px;
}
TD {
	font-family : Arial;
	font-size : 12px;
}

.NavigationLinks {
	color: #000000;
	text-decoration: none;
	font-family : Arial;
	font-size : 12px;
	font-style : italic;
	font-weight : bold;
}
.readmore {
	color: Red;
	text-decoration: none;
}
a {
	color: #255C8F;
	text-decoration: none;
}
a:hover {
	color: #618FB9;
}
a.mainLink {
	font-weight: bold;
	padding: 3px;
	width: 100%;
}
.mainLinks {
	height: 324px;
	padding: 20px;
	vertical-align: top;
	width: 195px;
}
a.subLink {
	color: #4E7FAE;
	font-weight: bold;
	padding: 3px;
	width: 100%;
}
.pageHeading {
	color: #000000;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom : 1px solid Black;
	font-style : italic;
	font-size : 17px;
	text-align : right;
}
.contentDarkText {
	color: 000000;
	font-weight: bold;
	font-style : italic;
	font-size : 12px;
}
.contentHeading {
	color: 800000;
	font-weight: bold;
	font-style : italic;
	font-size : 14px;
}
.input {
	border: 1px solid gray;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	padding-left: 2px;
}
.button {
	background-image: url(images/bg_button.jpg);
	background-position: top;
	border: 1px solid #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}