﻿@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #999999;
	font-size: small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
.picture td {
	background-color: #FFFFFF;
}
h1 {
	font-size: 175%;
	color: #CA0109;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 150%;
	color: #CA0109;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
	color: #F81725;
}
a:active {
	text-decoration: none;
	color: #F81725;
}
table {
	background-color: #F2F2F2;
}
.menu {
	font-weight: bold;
}
a.menu:link {
	color: #F4F4F2;
	text-decoration: none;
}
a.menu:visited {
	color: #F4F4F2;
	text-decoration: none;
}
a.menu:hover {
	color: #89A5CD;
	text-decoration: underline;
}
a.menu:active {
	color: #89A5CD;
	text-decoration: underline;
}
img.left {
	float: left;
	border: 0px;
}
img.right {
	float: right;
	border: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

