body
{
	background-image: url(/Images/Background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #fb7b01;
}

body, table, tr, td, p, span, div
{
	font-family: Verdana;
	font-size: 11px;
	color: #656565;
	text-align:left
}

a
{
	text-decoration: none;
	color: #000000;
}

.TreeLevel1, .TreeLevel2, .TreeLevel3, .TreeLevel4, .TreeLevel5
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

.MenuItem, .MenuItemTop, .MenuItemSelected, .MenuItemHover
{
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	text-align: left;
	padding: 4px;
	padding-left: 10px;
	padding-right: 6px;
}

.MenuItemTop
{
	padding-right: 6px;
}

.MenuItemSelected
{
	background-color: #e9efef;
	background-image: url(/Images/arrow.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.MenuItemHover
{
	background-color: #e9efef;
}

.MenuItemTopSelected
{
	background-color: #e9efef;
}

P
{
}

h1,h2,h3,h4,h5 
{
	font-family: Verdana;
	font-weight: bold;
	color: Black;
}

h5
{
	font-size: 10pt;
	color: dimgray;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
}

.SideMenu 
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	padding-left:5px;
}

.SideMenuCurrent
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding-left:5px;
}

.SideMenuSub
{
	font-family: Arial;
	font-size: 11px;
	color: black;
}

.SideMenuHeader 
{
	font-family: Arial;
	font-size: 14px;
	color: black;
	font-weight: bold;
}


.Button
{
	background-image:url(/images/buttonBackground.gif);
	cursor: pointer;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #d7895d;
	background-color: #fcede5;
	color: white;
}

span.page_title {
color:Black;
font-family:Verdana;
font-size:12px;
font-weight:bold;
}