﻿/*
	bg color = 999966
	blue color = 223967
	Grey color = 999999
*/

body
{
	background-color: #999966;
	background-image: url('slices/bg.jpg');
	background-repeat: repeat;
	font-size:12px;
	font-family:Arial;
}

.MasterTableClass
{
	width: 1000px;
	height: 800px;
	font-size:12px;
}
.HeaderClass
{
	width: 1000px;
	height: 180px;
	background-image: url('slices/Header.jpg');
	background-repeat: no-repeat;
}
.MainClass
{
	width: 1000px;
	height: 511px;
	background-image: url('slices/Body.jpg');
	background-repeat: repeat-y;
	font-size: 12px;
}
.FooterClass
{
	width: 1000px;
	height: 150px;
	background-image: url('slices/Footer.jpg');
	background-repeat: no-repeat;
}

.MainClassTable
{
	width:100%;	
	height:100%;
}

.MainClassTableBorders
{
	width:105px;	
}

.MainClassTableMiddle
{
	width:790px;
		
}

.MainMenu
{
		
}

.MainMenu a
{
	color:Navy;
	font-family:Arial;
	}
	
.MainMenu a:hover
{
	color:Gray;
}