/* CSS Document */

Body
{
background-color: #ad9d71;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: "Garamond", "Times New Roman", Helvetica;
    font-size: 14px;
    font-weight: normal;
}

H3  {
    font-family: "Garamond", "Times New Roman", Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #0a0047;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:34;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-size: 16px;
	font-family: "Garamond";
	color: #FFFFFF;
	font-weight: bold; 
	font-style: normal; 
	border-left: #ad0010 0px solid; 
	border-bottom: #ad0010 1px solid; 
	border-top: #ad0010 1px solid; 
	border-right: #ad0010 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ad0010; 
	border-left: #ad0010 0px solid; 
	border-bottom: #ad0010 1px solid; 
	border-top: #ad0010 1px solid; 
	border-right: #ad0010 0px solid;
	text-align: center; 
	width: 1; 
	height: 1;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ad0010; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-left: #ad0010 0px solid; 
	border-bottom: #ad0010 1px solid; 
	border-top: #ad0010 1px solid; 
	border-right: #ad0010 0px solid;
}
.MainMenu_MenuBreak {
	border-left: #ad0010 0px solid; 
	border-bottom: #ad0010 1px solid; 
	border-top: #ad0010 1px solid; 
	border-right: #ad0010 0px solid;
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-size: 16px;
	font-family: "Garamond";
	color: #333333;
	font-weight: bold; 
	font-style: normal;
	background-color: #CCCCCC;
		border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 0px solid;

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #ad0010 0px solid; 
	border-bottom: #ad0010 1px solid; 
	border-top: #ad0010 1px solid; 
	border-right: #ad0010 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Separator {
	color: Transparent;
	background-color: Transparent; 
	border-left: #ad0010 0px solid; 
	border-bottom: #ad0010 1px solid; 
	border-top: #ad0010 1px solid; 
	border-right: #ad0010 0px solid;
}

A.Login:link, A.Login:active, A.Login:visited, A.Login:hover {
	font-size: 9px;
	color: #ad9d71;
}

.Copyright, A.Copyright:link, A.Copyright:active, A.Copyright:visited, A.Copyright:hover {
	font-size: 11px;
	font-family: Times;
	font-style: italic;
	color: #cccccc;
}