.outerBackground
{
    font-size: small;
    background: #ffffff;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    border-width: 1px;
}
.outerBackgroundRed
{
	font-size: small;
	background: #ffffff;
	border-right: red thin solid;
	border-top: red thin solid;
	border-left: red thin solid;
	border-bottom: red thin solid;
}
.innerBackground
{
	font-size: small;
	background: #ffffff;
}
.innerBackgroundLeft
{
	font-size: small;
	background: #ffffff;
	text-align: left;
}
.standardBackground
{
	font-size: small;
	background: #ffffff;
	border-right: papayawhip thin solid;
	border-top: papayawhip thin solid;
	border-left: papayawhip thin solid;
	border-bottom: papayawhip thin solid;
}
.standardHeaderMain
{
    font-size: 28px;
    background: #ffffff;
    color: #000099;
    font-weight: bold;
    font-family: sans-serif;
}
.standardHeader
{
	font-size: large;
	background: #ffffff;
	color: #000099;
}
.smallHeader
{
	font-size: small;
	background: #ffffff;
	color: #000099;
}
.smallError
{
	font-size: small;
	background: #ffffff;
	color: #ff0000;
}
.StandardError
{
	font-size: large;
	background: #ffffff;
	color: #ff0000;
}
.titleArea
{
	font-size: small;
	margin-right: 1px;
	background-color: #ffffff;
	width: 100%;
	margin-left: 1px;
}

.treeImages
{
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

.xaHyperLink:xhover
{
	FONT-SIZE: small;
	color: Black;
	text-decoration: underline;
}
.aHyperLink
{
	font-size: small;
	color: Black;
	text-decoration: none;
}
.aHyperLinkSel
{
	FONT-SIZE: small;
	color: blue;
	text-decoration: none;
}
.aTopMenuBack
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    font-size: small;
    color: Black;
    text-decoration: none;
    background-image: url(  '../pics/menu.jpg' );
    border-color: #003399;
}

a:hover
{
	color: #9999ff;
}

.button
{
	font-size: small;
	background-color: #ccccff;
}
.ddl
{
	font-size: small;
}
.menu
{
	
}
.menuLeft
{
	
}
.Right
{
	
}
.menuNotSelected
{
	background-color: #ffffff;
}
.leftMenu
{
	font-size: small;
	color: blue;
	text-decoration: none;
	background-color: #fffafa;
	width: 100%;
}
.leftMenu:hover
{
	font-size: small;
	color: blue;
	text-decoration: none;
	width: 100%;
	background-color: #eaefef;
}


.leftMenuItem
{
	font-size: small;
	color: blue;
	text-decoration: none;
	background-color: #fffafa;
	width: 100%;
}
.leftMenuItem:hover 			
{ 
	font-size: small;	
	color: Blue; 
	text-decoration: none; 
	background-color: #eaefef; 
	width: 100%;
}

.leftMenuBack
{
	font-size: small;
	color: blue;
	text-decoration: none;
	background-color: #fffafa;
}
.leftMenuBackBorder
{
	border-right: #87ceeb 1px solid;
	border-top: #87ceeb 1px solid;
	border-left: #87ceeb 1px solid;
	border-bottom: #87ceeb 1px solid;
}
hideDiv
{
	display:none;
}

.rowHeader
{
	font-size: small;
	background: #add8e6;
	text-align: left;
	background-image: url(../pics/backFade.jpg);
	color: white;
}
.rowBackground
{
	font-size: small;
	background: #ffffff;
	text-align: center;
}
.rowBackgroundAlt
{
	font-size: small;
	background: #e9f9f9;
	text-align: center;
}
.rowBackgroundAltRight
{
	font-size: small;
	background: #e9f9f9;
	text-align: right;
}
.rowBackgroundAltLeft
{
	font-size: small;
	background: #e9f9f9;
	text-align: left;
}
.rowBackground0
{
	font-size: small;
	background: #ffffff;
	text-align: center;
}.rowBackground1
{
	font-size: small;
	background: #e9f9f9;
	text-align: center;
}
.rowBackgroundSelected
{
	font-size: small;
	background: #ffff99;
	text-align: center;
	background-image: url(../pics/backFadeRed.jpg);
}

.overlibTableOuter
{
	border-right: #0099cc 1px solid;
	border-top: #0099cc 1px solid;
	border-left: #0099cc 1px solid;
	border-bottom: #0099cc 1px solid;
	background-color: #ffffff;
	background-image: url(../pics/backFadeLight.jpg);
	background-position: center center;
}
.FadeTableBackWhite
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	background-color: #ffffff;
	background-image: url(../pics/backFadeLight.jpg);
	background-position: center center;
}

.Test
{
    color: #FF0000;
}
.textRed
{
    color: red;
}
.textGreen
{
    color: green;
}
.hiddenBox
{	visibility:hidden;display:none;}