﻿
a
{
	color: #b10027;
	text-decoration: none;
}

a:active
{
	color: #b10027;
	text-decoration: underline;
}

a:hover
{
	color: #b10027;
	text-decoration: underline;
}

a:visited
{
	color: #b10027;
	text-decoration: none;
}

a:visited:hover
{
	color: #b10027;
	text-decoration: underline;
}

body
{
	color: Black;
	background-color: #A4D7F4;
	font-family: sans-serif;
	font-size: 14px;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	clear: both;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

img
{
	border-style: none;
	vertical-align: middle;
}

p
{
	text-align: justify;
}

table
{
	font-size: 14px;
}

.bannerTop
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.content
{
	width: 640px;
	margin: 0px;
	padding: 0px;
}

.imgFloatLeft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgFloatRight
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imgPerson
{
	margin-right: 10px;
}

.link
{
	color: #b10027;
	text-decoration: none;
}

.linkDiv
{
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #b10027;
}

.menu
{
	width: 100%;
	height: 25px;
}

.newsTable
{
	width: 100%;
	empty-cells: show;
	border-style: none;
	border-collapse: separate;
	border-spacing: 2px;
}

