﻿body
{
	background-color: #000000;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1
{
	color: #FFFFFF;
	font-size: 20pt;
}

.HdrName
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12pt;
}

.HdrAddr
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10pt;
}

a
{
	color: Blue;
	text-decoration: none;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

.Menu
{
	padding-bottom: 5px;
	color: #FFFFFF;	
}

.Menu a
{
	color: #FFFFFF;
	font-size: 10pt;
	padding: 3px;
	text-decoration: none;
}

.Menu a:link
{
	text-decoration: none;
}

.Menu a:hover
{
	color: #E11B32;
	background-color: #000000;
	text-decoration: underline;
}

.Center
{
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Left
{ 
	width: 30px;
	background-color: #000000;
	background-image: url(Images/LeftSide.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.Right
{
	width: 30px;
	background-color: #000000;
	background-image: url(Images/RightSide.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.Footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
	color: #FFFFFF;
}

.Footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

.Footer a:link, .Footer a:v
{
	text-decoration: none;
}

.Footer a:hover
{
	text-decoration: underline;
}

td.FilmStrip, td.FilmStripL
{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	color: White
}

.FilmStrip table, .FilmStripL table
{
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 15px;
	margin-left: 10px;
}

.FilmStripL table
{
	margin-right: 10px;
	margin-left: 0px;
}

.FilmStrip td, .FilmStripL td
{
	padding-top: 20px;
}

input, textarea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}