﻿@charset "utf-8";
body  {
	border-right: thin #CCCCCC solid;
	border-left: thin #CCCCCC solid;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 10pt;
	/* background-image: url('images/back2.jpg'); */
	background-color: #DDDDDD;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 840px;
	height: 100%;
	margin: auto;
} 	
h1           { font-family: Arial; font-size: 24pt; word-spacing: 6; margin-top: 0px; 
               margin-bottom: 0px }
h2           { font-family: Arial; font-size: 8pt; margin-top: 0px; margin-bottom: 0px  }
h3           { font-family: Arial; font-size: 14pt; background-color: #C0C0C0; font-weight: 
               bold; border-left-style: solid; border-left-color: #C0C0C0 }
h4           { font-family: Arial; font-size: 10pt; font-weight: bold }               
ul           {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	list-style-image: url('images/redbull.gif');
	margin-left: 30px;
}
a:link       { text-decoration: underline; color: #FF0000; font-family: Arial; font-weight: bold;
	text-align: center;
}
a:visited    { text-decoration: underline; color: #FF0000; font-family: arial; font-weight: bold}
a:hover      { text-decoration: underline; color: #CC0000; font-family: Arial; font-weight: 
               bold }
a:active     { text-decoration: underline; color: #CC0000; font-family: arial; font-weight: bold}
.boldtext	   { font-family: Arial; font-size: 18pt; font-weight: bold }
h5           { font-family: Arial; font-size: 18pt; background-color: #C0C0C0; font-weight: 
               bold; border-left-style: solid; border-left-color: #C0C0C0 }
.smalltext   { font-family: arial; font-size: 8pt; font-weight: bold }
.normaltext  { font-family: arial; font-size: 10pt; font-weight: bold }
.mediumtext  { font-family: arial; font-size: 12pt; font-weight: bold }
.largetext   { font-family: arial; font-size: 14pt; font-weight: bold }
.titletext   { font-family: arial; font-size: 18pt; font-weight: bold }
.footertext   { font-family: arial; font-size: 8pt; color: #505050 }