body { background-color:#f2e2a7; }

/* -------------------- Main Menu ------------------------------- */

.MainMenu_MenuContainer {
	height: 19px;
	background-color: #3300999;
}

.MainMenu_MenuBar {
	cursor: hand;
}

.MainMenu_MenuItem {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	cursor: hand;
	color: White;		/* Color of all text on main and sub menus*/
	background-color: #330099;
	height: 19px; 
	/* background-image: url(menu_bkgd.jpg);    Warning: Don't use here unless you want ALL menu items root and sub affected*/
	border-top: 0px;
	border-bottom: 0px;
        padding-right: 3px;
}

.MainMenu_MenuItemSel {
	height: 19px;
	font-family: Verdana;
	font-size: 11px;
	color: #330099;
	background-color: White;
	padding-left: 0px;
        padding-right: 3px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 0;
	cursor: hand;
}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #330099;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight:    bold;
	color: #003366;
	line-height: 19px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.NormalFormLabel, .SubHead td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
        line-height: 15px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.SkinObject {
	font-weight: bold;
	font-size: 8.5pt;
	color: #330099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: 12px;
	margin: 0px;
	padding: 0px;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#330099;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#330099;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#330099;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FFCC33;
}
A:link  {
    text-decoration:    none;
    color:  #330099;
}

A:visited   {
    text-decoration:    none;
    color:  #330099;
}

A:active    {
    text-decoration:    none;
    color:  #330099;
}

A:hover {
    text-decoration:    none;
    color:  #FFCC33;
}










