﻿body 
{
	background-image: url(../../images/Background.jpg);
	background-repeat: repeat;
	background-color: black;
	font-size: 10pt;
	font-family: Verdana, Arial, 'Times New Roman';
	font-weight: normal;
	color: Black;
}

div.Background
{
	background-image: url(../../images/MainShadow.png); 
	background-repeat: repeat-y;
	width: 832px; 
	margin-top: 5px;
}

div.Menu
{
	margin-top: 10px;
	height: 617px; 
	width: 254px;	
	background-image: url(../../images/MenuBackground.jpg); 
	background-repeat: no-repeat;
}

.MenuButton
{
	background-image: url(../../images/MenuButton_1.png); 
	background-repeat: no-repeat; 
	width: 227px; 
	height: 40px;
	cursor: pointer;
	cursor: hand;
}

a
{
	color: Black;
}

div.Footer
{
	margin: 10px 15px 10px 0px;
	color: #F5F5F5;
	font-size: 8.5pt;	
}

div.Footer a
{
	color:  #F5F5F5;
}

.PageTitle
{
	font-size: 16pt; 
	font-weight:bold; 
	margin-top:10px;	
}

.Title1
{
	font-weight:bold; 
	font-size: 16pt;	
}

.Title2
{
	font-weight:bold; 
	font-size: 14pt;	
}

.Title3
{
	font-weight:bold; 
	font-size: 12pt;
	margin-bottom: 10px;
}
