html
{
	margin: 0px;
	padding: 0px;
}
﻿body
{
    color: white;
    font-family: arial, helvetica, sans-serif, georgia;
    font-size: 10pt;
    background-color: black;
    margin: 0px;
    padding: 0px;
    background-image: url(images/backgrounds/starfield.jpg);
    background-repeat: repeat;
    min-height: 100%;
}
p
{
	font-family: Areal, Verdana, Helvetica;
	font-size: 10pt;
	margin-top: 0px;
	text-align: justify;
}
a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #AA00AA;
}
a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #AA00AA;
}
a:hover
{
	text-decoration: underline;
	color: #FF00FF;
}
#divMaster
{
    background-color: black;
    background-repeat: repeat;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(images/backgrounds/starfield.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
}
#divMainBodyText
{
	color: black;
	background-color: white;
	width: 100%;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif, georgia;
}
#divMainBodyText p
{
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif, georgia;
}
#divMainBodyText form
{
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif, georgia;
	border: #3f003f 2px solid; 
	background-color: #eeeeee;
  	margin: 10px;
   padding: 5px;
}
.navLinks
{
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif, georgia;
	font-weight: normal;
}
.navLinks a:link
{
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif, georgia;
	font-weight: normal;
	text-decoration: none;
}
.navLinks a:visited
{
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif, georgia;
	font-weight: normal;
	text-decoration: none;
}
.navLinks a:hover
{
	text-decoration: none;
	color: #0000FF;
}
.MainBodyTitle
{
	color: black;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif, georgia;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.imageContainerVert
{
	position: relative;
	margin: auto;
	width: 180px;
	height: 270px;
	border: 1px solid #000000;
}
.imageContainerVert img
{
	position: absolute;
	top: 0;
	left: 0;
}
.imageContainerHorz
{
	position: relative;
	margin: auto;
	width: 180px;
	height: 120px;
	border: 1px solid #000000;
}
.imageContainerHorz img
{
	position: absolute;
	top: 0;
	left: 0;
}
.regFormText
{
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif, georgia;
}
