﻿html, body, #Wrapper
{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #435664;
	background-color:#909090;
	background-image:url('../Images/Back.png');
	background-repeat:repeat-x;
}
p
{
	margin-top: 7px;
	margin-bottom: 7px;
}

/*
ul
{
	padding-left: 15px;
	list-style-type:circle;
	list-style-image: url( '../Images/Asterisk.png' );
	padding-bottom:0px;
	margin-bottom:0px;
}
*/
.PageWidth
{
	width:750px;
}
.Red
{
	color:Red;
}
.Bold
{
	font-weight:bold;
}
.Black
{
	color:Black;
}
.Underline
{
	text-decoration: underline;
}
.DarkBlueBold
{
	color:#435664;
	font-weight:bold;
}
.Italic
{
	font-style:italic;
}

/**************************
****    MASTER PAGE    ****
**************************/
.TitleCellSide
{
	background-image: url('../Images/TitleSideGradient.png');
	background-repeat: repeat-x;
	height: 50px;
}
.TitleCell
{
	background-image:url('../Images/TitleTextGradient.png');
}
.TitleText
{
	font-size: 14pt;
	font-weight: bold;
}
.TitleMenu
{
	background-color:Transparent;
	border:none 0 black;
	font: 8pt Tahoma;
	color: #435664;
}
.MenuCellSide
{
	background-image: url('../Images/BannerGradient.png');
	background-repeat: repeat-x;
}
.MenuCell
{
	background-image: url('../Images/MenuGradient.png');
	background-repeat: repeat-x;
}
.LowerGradient
{
	background-image:url('../Images/LowerGradient.png');
	background-repeat:repeat-x;
	height:84%;
}
#td_Content
{
	border-style: solid;
	border-width: 1px;
	border-color:#344552;
	padding: 0px;
	height: 125%;
	background-color: White;
}
#td_TitleRSide
{
	background-image: url('../Images/TitleTextSideBorder.png');
	background-repeat: no-repeat;
}
.lbl_Footer
{
	font-size:9pt;
}

.BorderLeft
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #344552;
}
.BorderRight
{
	border-Right-style: solid;
	border-Right-width: 1px;
	border-Right-color: #344552;
}
#div_HomeMenu
{
	position: relative;
	top: 8px;
}
.FakeTab
{
	padding: 0px;
	background-image: url('../Images/FakeTab.png');
	background-repeat: no-repeat;
	height:35px;
	width:760px;
}
.FakeTabText
{
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	position: relative;
	top: 10px;
	width:350px;
}
