@charset "utf-8";
ul.MenuBar/* CSS Document */

 {
	width: 130px;
	border: 1px solid #ABABAB;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	cursor: default;
	overflow: hidden;
}
ul.MenuBar li {
	list-style-type: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: inline;
}
ul.MenuBar   ul {
	list-style-type: none;
	cursor: default;
	margin: 0px;
	padding: 0px;
}
ul.MenuBar /* Menu item containers are same fixed width as parent */
 ul  li
{
	display: inline;

}
ul.MenuBar  /* Menu items are a light gray block with padding and no text decoration */
a.maincat
{
	cursor: pointer;
	color: #2E2E2E;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 127px;
	margin: 0px;
	display: block;
}
ul.MenuBar a.subitem {
	cursor: pointer;
	color: #2E2E2E;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 110px;
	margin: 0px;
}

ul.MenuBar /* Menu items that have mouse over or focus have a blue background and white text */
 a:hover, ul.MenuBar  a:focus
{
	background-color: #828282;
	color: #FFFFFF;
}

.AdminHead
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11pt;
    COLOR:Black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.AdminText
{
    FONT-SIZE: 9pt;
    COLOR:Black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.AdminTextSmall
{
    FONT-SIZE: 8pt;
    COLOR:Black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.AdminWhite
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    COLOR:White;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.AdminSideLink
{
    FONT-SIZE: 10pt;
    COLOR:White;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
a.AdminSideLink:link, a.AdminSideLink:visited { color : white;}
a.AdminSideLink:hover { color : yellow;}
H1
{
    MARGIN: 0;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11pt;
    COLOR: 9E9590;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: none
}
.Head
{
    MARGIN: 0;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: Black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: none
}
.Text
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: none
}
.TextU
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: underline;
}
.Warning
{
    FONT-SIZE: 9pt;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}
.TextSmall
{
    FONT-SIZE: 7pt;
    COLOR:Black;
    FONT-FAMILY: Arial, Verdana, 'Times New Roman';
    TEXT-DECORATION: none
}
.SideLink
{
    FONT-SIZE: 10pt;
    COLOR:003300;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-DECORATION: none
}