.title_text {
	text-align: right;
	font-family: Verdana, Sans Serif;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
}

.content_text {
	text-align: left;
	font-family: Verdana, Sans Serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

a.nav_link {
	font-family: Arial, Sans Serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	width: 116px;
	display: block;
	padding: 6px 6px 6px 6px;
	margin: 0px 5px 0px 5px;
}

a.nav_link:hover {
	font-family: Arial, Sans Serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #5D9FC0;
	width: 116px;
	display: block;
	padding: 5px;
	margin: 0px 5px 0px 5px;
	background-color: #FFFFFF;
	border: 1px solid #888888;
}

a {
	font-weight: bold;
	color: #3486B0;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #045680;
	text-decoration: underline;
}

a.dark {
	font-weight: bold;
	color: #045680;
	text-decoration: underline;
}

a:hover.dark {
	font-weight: bold;
	color: #002650;
	text-decoration: underline;
}

.footer_text {
	text-align: right;
	font-family: Verdana, Sans Serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding: 10px 20px 10px 20px;
}

p.center {
	text-align: center;
}

p.indent {
	margin-left: 20px;
}

.floatleft {
	float: left;
	clear: left;
	margin: 5px;
}

.lineheight {
	line-height: 20px;
}

.red {
	color: #FF0000;
}

.bigred {
	font-size: 30px;
	color: #FF0000;
}

a.redlink {
	color: #DD0000;
	text-decoration: underline;
}

a.redlink:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.thumbnail {
	padding: 5px;
	background-color: #DFECF3;
	border: 0px;//2px solid #3486B0;
}

a.thumbnail:hover {
	padding: 3px;
	background-color: #B3D1E1;
	border: 2px solid #3486B0;
}

img {
	border: 0px;
}