BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
    FONT-FAMILY: 'Times New Roman';
}
H1
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H2
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H3
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #6060cc
}
.TopMenu
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}

.TopMenuBold
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left
}

.SubMenuBold
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left;
	font-weight: bold
}

BODY A:hover
{
    COLOR: cornflowerblue
}
BODY A:active
{
    TEXT-DECORATION: none
}
BODY A
{
    COLOR: black;
    TEXT-DECORATION: none
}
.SubMenu
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial
}

.footer
{
    FONT-SIZE: 7pt;
    FONT-FAMILY: Arial	
}

.ChildSubMenu
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
	color: gray;
}
.rightborder
{
border-right: 1px solid silver;
border-left : 1px solid silver;
border-top : 1px solid silver;

}

.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}

.fadingmenu
{
	FONT-SIZE: xx-small;
	Z-INDEX: 1000;
	VISIBILITY: hidden;
	WIDTH: 880px;
	FONT-FAMILY: arial;
	POSITION: absolute;
	HEIGHT: 35px;
	BACKGROUND-COLOR: silver;
	FILTER:alpha(opacity=90) RevealTrans(Duration=0.4, Transition=5)
	opacity: 0.9;
	-moz-opacity:0.9;	
}

.fadingsubmenu
{
	FONT-SIZE: xx-small;
	Z-INDEX: 1;
	FILTER: RevealTrans(Duration=0.4, Transition=4);
	LEFT: 5px;
	VISIBILITY: hidden;
	WIDTH: 440px;
	FONT-FAMILY: arial;
	POSITION: absolute;
}

.BorderLeftTop
{
	border-left : 1px solid silver;
	border-top : 1px solid silver;
	border-right : 0px;
	border-bottom : 0px;
	border-color : silver;
	BACKGROUND-COLOR: white;
}

.BorderTop
{
	border-left : 0px;
	border-top : 1px solid silver;
	border-right : 0px;
	border-bottom : 0px;
	border-color : silver;
	BACKGROUND-COLOR: white;
}

.BorderRight
{
	border-right: 1px solid silver;
	BACKGROUND-COLOR: white;
}

.TableNoMargin
{
	margin-left: 1px;
	margin-right: 1px
}

.FadingMenuTable
{
	BACKGROUND-COLOR: silver;
}