A:link
{
    COLOR: #333366;
    TEXT-DECORATION: underline;
}
A:visited
{
    COLOR: #333366;
    TEXT-DECORATION: underline;
}
A:hover
{
    COLOR: #666666;
    TEXT-DECORATION: underline;
}
.LBR
{
    FONT-SIZE: 6px;
	HEIGHT:6px;
}
.TopNav
{
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    FONT-SIZE: 10px;
}
.SubNav
{
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    FONT-SIZE: 10px;
}
A.SubNav:link
{
	color:#333366;
	text-decoration: none;
}
A.SubNav:visited
{
	color:#333366;
	text-decoration: none;
}
A.SubNav:hover
{
	color:#FF6600;
	text-decoration: none;
}
.AdminNav
{
	FONT-FAMILY: "Verdana";
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
}
.AdminNav:link
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
.AdminNav:visited
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
.AdminNav:hover
{
    COLOR: #F0F0F0;
    TEXT-DECORATION: underline
}
.MainBody
{
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    COLOR: #333333;
    FONT-SIZE: 12px;
}
.SuperUser
{
	BACKGROUND-COLOR: #464872;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
}
A.SuperUser:link
{
	color:#FC9414;
	text-decoration: none;
}
A.SuperUser:visited
{
	color:#FC9414;
	text-decoration: none;
}
A.SuperUser:hover
{
	color:#FFBF70;
	text-decoration: underline;
}
.Normal
{
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    COLOR: #333333;
    FONT-SIZE: 12px;
}
.Medium
{
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    COLOR: #333333;
    FONT-SIZE: 11px;
}
.Small
{
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    COLOR: #333333;
    FONT-SIZE: 10px;
}
.MainTitle
{
	COLOR: #000000;
	FONT-FAMILY: "Verdana","Helvetica","Arial","Sans-serif";
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	PADDING-BOTTOM:7px;
}
.FaqAnchor
{
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    FONT-SIZE: 12px;
}
.MsgBox
{
	padding:7px;
	border: dotted 1px #000000;
	background-color: #F5F5F5;
	color: #000000;
	FONT-FAMILY: "Verdana","Arial","Helvetica","Sans-serif";
    FONT-SIZE: 14px;
    width:555px;
    height:330px;
}