/*This Stylesheet defines the classes and tags which apply to the helpfile*/
A:link{
    font-weight: bold;
    font-size: 10pt;
    background: none transparent scroll repeat 0% 0%;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
}
A:visited{
    font-weight: bold;
    font-size: 10pt;
    background: none transparent scroll repeat 0% 0%;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
}
A:active{
    font-weight: bold;
    font-size: 10pt;
    background: none transparent scroll repeat 0% 0%;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
}
A:hover{
    font-weight: bold;
    font-size: 10pt;
    background: none transparent scroll repeat 0% 0%;
    color:  #99CC99;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
}
.BODYDefault{
	background-color : #000000;
	margin : 0px 0px 0px 0px;
    SCROLLBAR-FACE-COLOR: White;
    SCROLLBAR-HIGHLIGHT-COLOR: White;
    SCROLLBAR-SHADOW-COLOR: Black; 
    SCROLLBAR-ARROW-COLOR: #000000; 
    scrollbar-dark-shadow-color : Black;
    scrollbar-base-color : Black;
    scrollbar-3d-light-color : Black;
	background-image : url(../../images/Background_Main2.gif);
}
.HeadingText1White{
    font-size: 12pt;
    background: none transparent scroll repeat 0% 0%;
    color:  #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
	font-weight : bold;
}
.HeadingText2White{
    font-size: 11pt;
    background: none transparent scroll repeat 0% 0%;
    color:  #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
	font-weight : bold;
}
.HeadingText2{
    font-size: 11pt;
    background: none transparent scroll repeat 0% 0%;
    color:  #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
	font-weight : bold;
}
.WhiteBackGround{
	background-color : #FFFFFF;
	font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration : none;
}
.Underline{
	FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
.Italics{
	FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-style : italic;
}