.body{
    width: 100%;
    height: 100%;
	background-color: #e9e9d5;
}

.Head
{
    font-family: Times New Roman, Times, Serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.LeftPane
{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}
.ContentPane
{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
.BottomPane
{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}
/* GENERIC */
H1
{
    font-family: Times New Roman, Times, Serif;
    font-size: 18px;
    font-weight: bold;
    color: #7e334a;
}
H2
{
    font-family: Times New Roman, Times, Serif;
    font-size: 16px;
    font-weight: bold;
    color: #7e334a;
}

H3
{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    font-weight: bold;
    color: #80813f;
}


/* Main Menu */
.MainMenu_MenuBar
{
    cursor: none;
    cursor: hand;
    height: 25;
    border-right: #f0f0f0 0px solid;
}
.MainMenu_MenuBreak
{
      border:none;
      height:0px;
      background-color:Transparent;
}

.MainMenu_MenuItem
{
    cursor: none;
    cursor: hand;
    color: #7e334a;
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    border-left: #f0f0f0 0px solid;
    border-bottom: #f0f0f0 0px solid;
    border-top: #f0f0f0 0px solid;
    border-right: #f0f0f0 0px solid;
    height: 25;
}

.MainMenu_RootMenuItem
{
    background-color: transparent;
	cursor: none;
    cursor: hand;
    color: #000000;
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    border-left: #FFFFFF 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
    height: 25;
    text-align: center;
	text-transform: uppercase;
	
}
.MainMenu_MenuIcon
{
    cursor: none;
    cursor: hand;
    background-color: #ffffff;
    border-left: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
    border-bottom: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    text-align: center;
    width: 0;
    height: 25;
}
.MainMenu_MenuItemSel
{
    background-color: #7e334a;
    cursor: none;
    cursor: hand;
    color: #ffffff;
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    height: 25;
	text-transform: uppercase;
}
.MainMenu_SubMenuItemSelected
{
    background-color: #ffffff;
    cursor: none;
    cursor: hand;
    color: #000000;
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
	vertical-align: center;
	text-transform: Capitalize;
}
.MainMenu_SubMenu
{
    margin-top: 1px;
	z-index: 1200;
    cursor: none;
    cursor: hand;
    background-color: #ffffff;
    border-bottom: #7e334a 4px solid;
    border-left: #7e334a 4px solid;
    border-top: #7e334a 4px solid;
    border-right: #7e334a 4px solid;
    vertical-align: center;
}

.GlobalLink
{
    font-family: Times New Roman, Times, Serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
a:link
{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
	font-weight: bold;
    color: #7e334a;
    text-decoration: underline;
}
a:hover
{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
	font-weight: bold;
    color: #c7bf5a;
    text-decoration: none;
}
a.GlobalLink
{
    font-family: Times New Roman, Times, Serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
a:hover.GlobalLink
{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    color: #7e334a;
    text-decoration: underline;
}
.Normal
{
	font-family: "Times New Roman", Times, Serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	word-spacing: normal;
	margin: 10px;
}
.Normalbold
{
    font-family: Times New Roman, Times, Serif;
    font-size: 14px;
    color: #000000;
    text-style: bold;
    text-decoration: none;
}

