﻿body 
{
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	color: #E1E1E1;
	background: #402020;
}
h1 
{
	font-size: 25px;
	color: #E1E1E1;
}
h2
{
	font-size: 20px;
	color: #E1E1E1;
}
h3 
{
	font-size: 15px;
	color: #E1E1E1;
}
a:link, a:visited
{
	text-decoration:none;
	color:#FF5050;
}
a:hover
{
	color: #5050FF;
}
.Header
{
	top: 0px;
	left: 0px;
	position:absolute;
	width:100%;
}
.Flasher
{
	top: 60px;
	left: 80%;
	position:absolute;
}
.MasterBody
{
	top: 278px;
	left: 0px;
	position:absolute;
	width:100%;
}
.Menu
{
	top: 254px;
	left: 0px;
	width: 100%;
	position:absolute;
}
.MenuText
{
	top: 257px;
	left: 0px;
	width: 100%;
	position:absolute;
	font-size:16px;
	font-weight:bold;
}
.BreadcrumbLine
{
	top:285px;
	left: 5%;
	position: absolute;
	text-align:center;
	width:90%;
	color:Navy;
}
.Content
{
	top:322px;
	left: 29%;
	position: absolute;
	width:42%;
}
.AdditionalContent
{
	top:10;
	left: 0;
	position:relative;
	width:100%;
}
.LeftContent
{
	top:322px;
	left: 2%;
	position: absolute;
	width:24%;
}
.LeftMenuContent
{
	top:10;
	left: inherit;
	position:relative;
	width:inherit;
	font-size:larger;
}
.RightContent
{
	top:322px;
	left: 75%;
	position: absolute;
	width: 24%;
}
.DefaultPageLabel
{
	font-size: 22px;
	text-align: center;
	width:100%;
}