body
{
	font : 11px Arial;
	margin: 0px;
}
td {
	font : 11px Arial;
	}

h1
{
	font : 32px Arial;
	color: #F59F1A;
}
h2
{
	font : 14px Arial;
	color: #F59F1A;
}

#CopyrightCell SPAN
{
	font : 10px Arial;
	background-color: #FDB913;
	color:White;
}

#CopyrightCell A
{
	color:White;
}

#CopyrightCell A:hover
{
	color:#FDB913;
}

#LoginCell A
{
	color:#FDB913;
}

#Footer table
{
	background-color:#FDB913;
}
/*
div.shadow0 {
	padding : 0px 1px 1px 0px;
	background-color : #2F4797;
	width : 760px;
}
div.shadow1 {
	padding : 1px 2px 2px 1px;
	background-color : #2E4593;
}
div.shadow2 {
	padding : 1px 1px 1px 1px;
	background-color : #2B4189;
}
div.shadow3 {
	padding : 1px 2px 2px 1px;
	background-color : #233671;
}
div.topLinks {
	float : left;
	width : 220px;
	height : 27px;
	margin : 126px 0 0 0;
	background : #2A4088 url("images/toplinks-bg.gif") bottom left no-repeat;
}
div.topLinks ul {
	list-style : none;
	margin : 4px 0 0 10px;
	padding : 0;
}
div.topLinks li {
	display : inline;
	margin-left : 8px;
	padding : 0 0 0 12px;
	background : url("images/toplinks-item-bg.gif") bottom left no-repeat;
}
div.topLinks a {
	color : #FFFFFF;
	font : 12px arial, helvetica, sans-serif bolder;
	text-decoration : none;
}
div.topLinks a:visited {
	color : #FFFFFF;
	font : 12px arial, helvetica, sans-serif bolder;
	text-decoration : none;
}
div.topLinks a:hover {
	color : #F87104;
}
td h1
{
	margin : 0;
	padding : 60px 1px 0 0;
	text-align : right;
	font : 20px times, serif;
	color : #FFFFFF;
}
*/


/*
 * Main Menu
**/

.MainMenu_MenuContainer {
	background-color: white;
	
	width:230px;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 25px;
	background-color:Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #F59F1A;
	background-color: #FFF4E4;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	height:25px;
}

.MainMenu_MenuItem_Active
{
	color: black;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	color: black;
	width: 15;
}

.MainMenu_SubMenu {
	z-index: 1000;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #B0C9E1;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #4150a3 0px solid;
	border-left: #4150a3 0px solid;
	border-top: #4150a3 0px solid;
	border-right: #4150a3 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #4150a3 1px solid;
	border-left: #4150a3 0px solid;
	border-top: #4150a3 1px solid;
	border-right: #4150a3 0px solid;
	background-color: White;
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	background-color: #FFF4E4;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	height:25px;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	background-color:white;
	width:25px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

/* Sub Menu */


.SubMenu_MenuContainer {
	background-color: white;
	
	width:230px;
}

.SubMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 25px;
	background-color:Transparent;
}

.SubMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: white;
	background-color: #B95915;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	height:20px;
}

.SubMenu_MenuItem_Active
{
	color: #FDB913;
}

.SubMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	color: black;
	width: 15;
}

.SubMenu_SubMenu {
	z-index: 1000;
	margin-top: 1px;
	cursor: pointer;
	cursor: hand;
	background-color: #B0C9E1;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
	border-bottom: #4150a3 0px solid;
	border-left: #4150a3 0px solid;
	border-top: #4150a3 0px solid;
	border-right: #4150a3 0px solid;
}

.SubMenu_MenuBreak {
	border-bottom: #4150a3 1px solid;
	border-left: #4150a3 0px solid;
	border-top: #4150a3 1px solid;
	border-right: #4150a3 0px solid;
	background-color: White;
	height: 1px;
}

.SubMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FDB913;
	background-color: #B95915;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	height:20px;
}








































