﻿body
{
	margin: 0px;
	background-color: Black;
	background-image: url('images/pic001.png');
	text-align: center;
	font-size: large;
}
.tbl1000
{
	width: 1000px;
}
.tbl800
{
	width: 800px;
}
.txtArialYellowLink
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: Yellow;
	text-decoration: none;	
}
.txtTahomaBlueLink
{
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;	
}
.txtTahomaBlueOuterLink
{
	font-family: Tahoma;
	font-size: small;
	color: #0066FF;
	text-decoration: none;	
}
.txtArialBlueLink
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bolder;
	color: #0066FF;
	text-decoration: none;
}
.txtAlignCenter
{
	text-align: center;
}
.txtTahomaWhite
{
	 font-family: Tahoma;
	 font-size: x-small;
	 color: White;
}
.txtTahomaWhiteMedium
{
	 font-family: Tahoma;
	 font-size: small;
	 font-weight: bolder;
	 color: White;
}
.txtTahomaBlueMedium
{
	 font-family: Tahoma;
	 font-size: small;
	 font-weight: bolder;
	 color: #0066FF;
}
.txtArialWhiteItalic
{
	font-family: Arial;
	color: White;
	font-style: italic;
	font-size: small;
}
.txtArialYellowBig
{
	font-family: Arial;
	font-size: Large;
	font-weight: bold;
	font-style: normal;
	color: Yellow;
	text-decoration: none;	
}
.txtArialWhite
{
	font-family: Arial;
	font-size: medium; 
	font-weight: bold;
	color: Yellow;
	text-decoration: none;	
}
