BODY
{
    font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	
	background: #FFFFFF;
	color: #000000;
	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

TD
{
    font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
}

IMG
{
    border-width: 0px;
}

H1
{
	font-weight: bold;
	font-size: 18pt;

	color: #CBCBCB;
}

H2
{
    font-weight: bold;
	font-size: 15pt;
	
	color: #CBCBCB;
}

H3
{
    color: #FF9900;
}

.darkColor
{
   background: #385090;
}

.lightcolor
{
    background: #B0C8E0;
}

TD.frame
{
    background: #385090;
}

TD.lmenu
{
    background: #B0C8E0;
}

.logo
{
    font-weight: bold;
	font-size: 30pt;
    color: #CCCCCC;
}

.tabItem {
    font-size: 10pt;
    color: black;
    background: #B0C8E0;
}

.tabItemSel {
    font-size: 10pt;
    color: white;
    background: #385090; 
}

.weakText
{
    color: #CBCBCB;
}

.strongText
{
    color: #FF9900;
}

.subText
{
    color: #CBCBCB;
    font-size: 10pt;
}

.breadcrumb
{
    color: #CBCBCB;
	font-size: 10pt;
}

.fpNames
{
    font-size: 14pt;
}

A.menuMain:link, A.menuMain:visited
{
    text-decoration: none;
    color: #000000;
}

A.menuMain:hover, A.menuMain:active
{
    text-decoration: underline;
    color: #FF9900;
}

A.menuSub:link, A.menuSub:visited
{
    text-decoration: none;
    color: #000000;
    padding-left: 10px;
}

A.menuSub:hover, A.menuSub:active
{
    text-decoration: underline;
    color: #FF9900;
    padding-left: 10px;
}

.deftbl
{
    padding-top: 3pt;
	padding-bottom: 3pt;
	padding-right: 3pt;
	padding-left: 3pt;
	border-color: #385090;
	border-style: solid;
	border-width: 1px;
}

.deftblHeader
{
    padding-top: 3pt;
	padding-bottom: 3pt;
	padding-right: 3pt;
	padding-left: 3pt;
	border-color: #385090;
	border-style: dashed;
	border-width: 1px;
    background: #B0C8E0;
}

.deftblnoborder
{
    padding-top: 3pt;
	padding-bottom: 3pt;
	padding-right: 3pt;
	padding-left: 3pt;
	border-width: 0px;
}

