﻿html {
	height: 100%; 
	margin-bottom: 10px;
}

body
{
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Verdana;
}

.center {
  text-align: center;
}

.footer {
	font-size: 90%;
}

.tiny {
	font-size: 85%;
}

.copyright {
	font-size: 85%;
	color: #C0C0C0; 
}

.title { 
	font-size: 28pt; 
	color: #FFFFFF; 
	text-align: center 
}

/* SETS HEADING PROPERTIES */

h1
{
  color: #000080;
  font-size: 22px;
}

h2
{
  color: #FF0000;
  font-size: 20px;
  font-weight: normal;
}

h3 {
	color: #000000; 
	font-size: 18px; 
	font-weight: normal 
}

h4 {
	font-size: 16px; 
	font-weight: normal; 
	color: #006600; 
}

h5 {
	font-size: 14px; 
	font-weight: normal; 
	color: #000000; 
}

h6 {
	font-size: 90%;
	font-weight: normal; 
	color: #000000; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

A:LINK
{
  color: #800000;
}

A:VISITED {
	color : #800000; 
}

A:HOVER
{
  text-decoration: none;
  color: #FF3300;
  background-repeat: no-repeat;
}

A:ACTIVE {
	padding:0; 
	text-decoration: none;
}


/* GRAPHICS PROPERTIES */

.noborder {
  border-width: 0px;
}

.noborderreally {
	border: 0px none #FFFFFF;
}


/* SETS SPAN PROPERTIES */

span.NoteHeader {
	font-size: 16px; 
	font-weight: normal; 
	color: #993300; 
}

span.NoteBody {
	font-size: 90%;
}

span.NoteTiny {
	font-size: 80%;
}

span.smalltitletext {
	font-size: 120%;
	color: #000080;
	font-weight: bold; 
}

span.strikethru {
  text-decoration: line-through;
}

