﻿/* HTML TAGS */
BODY
{
	font-family: Verdana;
	font-size:9pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	color: White; 
}

H1
{
	font-size: 12pt;
	color: #36a7e9;
	font-family: Verdana;
}

H3
{
	font-size: 10pt;
	color: #36a7e9;
	font-family: Verdana;
	margin: 0px;
	text-decoration: none;
}

H2
{
	font-size: 10pt;
	color: #36a7e9;
	font-family: Verdana;
	margin: 0px
}

/* CLASSES */

.MainHolder
{
	width: 900px;
}

.TextHolder
{
	width: 830px;
	text-align: left;
}

.TableBody
{
	font-family: Verdana;
	font-size:9pt 
}

.Buttons
{
	background-color: #36a7e9;
	font-family: Verdana;
	font-size:9pt; 
	border: solid 1px white
}

.Inputs
{
	width: 400px;
	font-family: Verdana;
	font-size:9pt; 
}

A.Links
{
	font-size: 9pt;
	color: #36a7e9;
	font-family: Verdana;
	font-weight:bold;
	text-decoration: none;
}

A:Hover.Links
{
	font-size: 9pt;
	color: white;
	font-family: Verdana;
	font-weight:bold;
	text-decoration: none;
}

A.LinksOver
{
	background-position: left center;
	font-weight: bold;
	font-size: 9pt;
	background-image: url(Images/over.gif);
	color: white;
	background-repeat: no-repeat;
	font-family: Verdana;
	text-decoration: none;
}


IMG.WhatsInvolved
{
	clear: both;
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	
}

/* frame widths   */
.td150
{width:150px;
 text-align:right;
 vertical-align:top;
 color:#a7a9ac;
 font-style:italic;


}

.td470
{width:470px;
 text-align:left;
  vertical-align:top;
}

.td250
{width:250px;
 text-align:left;
 vertical-align:top;
 color: #a7a9ac;
}

.td15
{width:15px;
 vertical-align:top;
 
}

