﻿/******************
HTML TAGS
******************/
*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
}

body
{
	background-position: center;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #000000;
}

fieldset
{
	padding: 25px;
	border: 1px solid #8C0000;
}

legend
{
	font-family: Georgia, Serif;
	font-size: 1.3em;
	padding: 0.5em;
	color: #FFFFFF;
	border: 1px dotted #CC0000;
	font-weight: bold;
	margin-bottom: 15px;
}

p
{
	margin: 5px auto 10px auto;
}

/******************
MAIN LINKS
******************/

a:link
{
	color: #FF0000;
	text-decoration: none;
}

a:visited
{
	color: #FF0000;
	text-decoration: none;
}

a:hover
{
	color: #FFFF00;
	text-decoration: none;
}

a:active
{
	color: #CC0000;
	text-decoration: none;
}

/******************
HEADINGS
******************/

h1, h2, h3, .noteContainer h3
{
	font-family: Georgia, serif;
	font-weight: normal;
}

h1
{
	font-size: 2.6em;
	line-height: 1.0769231;
}

h2
{
	font-size: 1.8em;
	line-height: 1.1111111;
}

h3, .noteContainer h3
{
	font-size: 1.3em;
	line-height: 1.3333333;
	color: #A6221A;
	margin: 0;
}

h4
{
	font-size: 1.1em;
	line-height: 1.2727273;
	margin: 0;
}

h5
{
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
}

.centerBox
{
	padding: 10px;
	margin: 15px auto;
	border: solid 0px #EEEEEE;
	width: 60%;
}