body
{
	background-color:black;
	margin-top:0px;
	background-image: url(Images/back.jpg);
	font-family: Tahoma, Arial;
}

#MainTable
{
	width: 100%;
	height: 100%;
	vertical-align: middle; 
	text-align: center 
}

#MiddleTable
{
	background-color:#7D7D7D;
	width: 818px;
	border: solid white;
}

#MiddleTable
{
	background-color:#7D7D7D;
	width: 818px;
	border: solid white;
}

#BodyMiddleTable
{
	background-color:#7D7D7D;
	width: 100%;
	height: 100%;
	text-align: center;
	
}


#BodyBottomTable
{
	background-color:#E8EAFF;
	width: 818px;
	
}

#BodyMainBottom
{
	width: 700px;
	background-color:#7D7D7D;
	background-image: url(Images/BackMain.jpg);
	background-repeat: no-repeat;
}

#Msg
{
	width: 700px;
	background-color: white;
}

#Msg2
{
	width: 700px;
	background-color: #C8CEFA;
}

#BackFont
{
	font-family: Tahoma, Arial;
	color: white;
	font-size: 16px;
}

a:link 
{
	text-decoration: none;
	font-family: Tahoma, Arial;
	color: white;
	font-size: 16px;
}

a:visited 
{
	text-decoration: none;
	font-family: Tahoma, Arial;
	color: white;
	font-size: 16px;
	font-weight:bold; 
}

a:active 
{
	text-decoration: none;
	font-family: Tahoma, Arial;
	color: white;
	font-size: 16px;
	font-weight:bold; 
}

a:hover 
{
	background: White;  
	color: black;
	font-weight:normal;
}


