﻿body 
{
	background-color:Black;
	font-family:Arial;
	font-size:11pt;
	color:Silver;
}

a
{
	color:Silver;
}	

.sub
{
	color: Silver;
	text-align: right;
	font-variant: small-caps;
	vertical-align: top;
}

.contentgreen
{
	background-image: url(./images/green.png);
	height: 425px;
	width: 800px;
	color: lavender;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: left;
}

.contentgray
{
	background-image: url(./images/gray.png);
	height: 425px;
	width: 800px;
	color: lavender;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: left;
}

.contentblue
{
	background-image: url(./images/blue.png);
	height: 425px;
	width: 800px;
	color: lavender;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: left;
}

.contentred
{
	background-image: url(./images/red.png);
	height: 425px;
	width: 800px;
	color: lavender;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: left;
}

.contentlila
{
	background-image: url(./images/lila.png);
	height: 425px;
	width: 800px;
	color: lavender;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: left;
}

.contentcyan
{
	background-image: url(./images/cyan.png);
	height: 425px;
	width: 800px;
	color: lavender;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: left;
}

.mainTable
{
	width: 100%;
	height: 100px;
	border: 0px;
	min-height: 600px;
	min-width: 800px;

}

.topRow 
{
	height:100px;
}

.mainLinks
{
	text-align: justify;
	font-variant: small-caps;
}

.player
{
	font-family: Verdana;
	font-size: 9pt;
	width: 160px;
	height: 90px;
	top: 151px;
	position: relative;
	left: 576px;
	clear: none;
	float: left;
}
