﻿/*** HTML styles ****************/

html {
	height: 100%;
}
body {
	font-family: Georgia, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	margin: 0ex auto;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
}
h1, h2, h3, p, ul, ol, li, input {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 125%;
	font-weight: bold;
	margin: 0ex 0ex 1.5ex ;
}
h2 {
	color: #27A3E2;
	font-size: 125%;
	font-weight: bold;
	margin-top: 1.5ex;
	margin-bottom: 0.25ex;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 0ex;
}
p {
	line-height: 155%;
}

a { 
    color: #27A3E2;
	text-decoration:none;
}
a:hover {
    color: #27A3E2;
	text-decoration:underline;
}

img {
	border: none;
}



.Menu {
	float: left;
	margin-top: 15px;
	vertical-align:top
}
.Menu li {
	list-style: none;
}
.Menu li a {
	display: block;
	font-size: 100%;
	color: #fb0000;
	width: 125px;
	height: 24px;
	margin-left: 0px;
	padding: 8px 5px 8px 12px;
	text-decoration: none;
	background-repeat: no-repeat;
}
.Menu li a:hover {
	color: #fba500;
	background-image: url(images/button_hover.jpg);
	text-decoration: none;
}
.Menu li.Selected a {
	color: #FFFFFF;
	background-image: url(images/button_static.jpg);
}
.Menu li.Selected a:hover {
	color: #FFFFFF;
	background-image: url(images/button_hover.jpg);
}

.style1 {
	text-align: center;
}
.style2 {
	background-color: #3B3B41;
}
.style3 {
	text-align: center;
	margin-bottom: 0px;
}
.style4 {
	color: #000000;
}
.style5 {
	font-size: 8pt;
}
.style6 {
	font-size: 14pt;
	font-family: Tahoma;
	text-align: center;
}
.style7 {
	font-family: Tahoma;
	font-size: 10pt;
}
.style8 {
	font-family: Tahoma;
}
