﻿body 
{
	background-color:#ffffff;
	color:#6464ff;
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
}

a img { border-style:none; border-width: 0px; }

.centerdiv
{
	text-align: center;		/*IE method of centering a relative div*/
}
.centerdiv>div{ 
	margin: 0 auto;			/*Proper way to center a relative div*/
}

.red
{
	color:#ff6464;
}

H1
{
	color:#ff6464;
	font-family:Arial;
	font-size:large;
	font-weight:bold;
}	

.CopyRightLeft, .CopyRight850
{
	font-size:small;
	font-weight:normal;
	clear:both;
	text-align:center;
}	
.CopyRightLeft
{
	width:350px;
}	
.CopyRight850
{
	width:850px;
}	

.SmallText
{
	font-size:small;
	font-weight:normal;
}	

.HeaderImage
{
	position:absolute;
	top:0px;
	left:20px;
}

.Content
{
	position:relative;
	top:120px;
	width:834px;
	left:10px;
}

.ImageContainer
{
	width:834px;
	height:430px;
}

.ImageWithRightMargin
{
	margin-right:40px;
	float:left;
}

.ImageComment
{
	font-size:small;
	font-weight:bold;
	vertical-align:middle;
	top:90px;
	position:relative;
}

.EndImage
{
	position:absolute;
	left:560px;
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
}

.BlueLink, a.BlueLink, a:link.BlueLink , a:active.BlueLink , a:visited.BlueLink , a:hover.BlueLink 
{
	color:#6464ff;
	text-decoration:underline;
}

.RedLink, a.RedLink, a:link.RedLink , a:active.RedLink , a:visited.RedLink , a:hover.RedLink 
{
	color:#ff6464;
	text-decoration:underline;
	font-family:Arial;
	font-size:large;
	font-weight:bold;
}

.RedText
{
	color:#ff6464;
	text-decoration:none;
	font-family:Arial;
	font-size:large;
	font-weight:bold;
}

.ClearAll
{
	clear:both;
	padding-bottom:120px;
}


