﻿body, HTML
{
	background-color : #000000; 
	margin: 0px 0px 0px 0px;
	height: 100%;
}

/* Intro Page */

.IntroFooter
{
	 background-image: url(images/footer.jpg);
	  background-attachment: scroll;
	  background-position :  bottom left;
	  background-repeat:repeat-x;
	  height: 42px;
}
a:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	 text-decoration: none;
	 
}
a:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	 text-decoration: none;
}
	 a:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	 text-decoration: none;
} 
	 a:hovert
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	 text-decoration: none;
	 
}

/* master page */

.MainTableBorder
{
	border: solid 1px #181818;
}
