﻿
a:active {
}
a:hover {
	color: #FF0000;
}
a:link {
}
a:visited {
}
.bar {
	background-image: url('./images/bar.png');
}
.banner {
	background-image: url('./images/logo.png');
}
.bottom_line {
	text-align: center;
	font-family: verdana, Arial;
	font-size: xx-small;
	background-color: #E4E4E4;
}
.center_text {
	text-align: center;
}
.content {
	font-family: verdana, Arial;
	font-size: small;
}
.content_title {
	font-size: x-large;
	color: #808080;
	font-weight: bold;
}
.footer {
	text-align: center;
	font-family: verdana, Arial;
	font-size: xx-small;
}
.justify_text {
	text-align: justify;
}
.light-grey-back {
	background-color: #DDDDDD;
	color: #000000;
}
.menus {
	text-align: left;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}
.no_borders {
	border-width: 0;
}
.pages_title_bar {
	margin: 0 5px 0 5px;
	text-align: right;
	background-image: url('./images/bg3.jpg');
}
.pages_title_text {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}
.white_background {
	background-color: #FFFFFF;
}

