#dhtmltooltip {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: #FFFFE0;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer {
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

.myAnchorSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006400;
}

.myAnchorSmall:Hover {
        color : #000080;
        font-size : 10px;
	font-weight: bold;
	background-color : #99CC00;
	text-decoration : underline overline;
}

.myAnchorSmallDisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C0C0C0;
}

.myHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	text-decoration: overline;
}

.myTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.myTitleHiLite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	background-color : #FFD700;
	text-decoration: none;
}

.myTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.myTextMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.myText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2B2B2B;
	text-decoration: none;
}

.myTextItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #2B2B2B;
	text-decoration: none;
}

.myTextFixed {
	font-family : Times New Roman, Courier New; 
	font-size: 14px;
	font-weight: normal;
	color: #2B2B2B;
	text-decoration: none;
}

.myRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.myLinkMap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
        color: #990000;
        cursor: pointer;
        text-decoration: none;
}

.myLinkMap:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
        color: #FFFF00;
        background-color : #FF0000;
        text-decoration: underline overline;
}

.myTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
        color: #990000;
        cursor: pointer;
        text-decoration : none;
}

.myTextLink:Hover {
        background-color : #99CC00;
        font-size : 14px;
	font-weight: bold;
	color: #FFFF00;
        background-color : #FF0000;
	text-decoration : underline overline;
}

.myTitleLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
        color: #990000;
        cursor: pointer;
        text-decoration : none;
}

.myTitleLink:Hover {
        background-color : #99CC00;
        font-size : 14px;
	font-weight: bold;
	color: #FFFF00;
        background-color : #FF0000;
	text-decoration : underline overline;
}

.MenuTitle {
    font-family : 'Arial', 'Sans-Serif';
    font-size : 10pt;
    text-decoration : none;
    font-weight : Bold;
    color : #FFFFFF;
    background-color : #990000;
    cursor : pointer;
    margin-bottom : 2px;
    width : 150px;
    padding : 2px;
    text-align:center;
    border : 1px solid #FFFF00;
}
.MenuTitleOver {
    font-family : 'Arial', 'Sans-Serif';
    font-size : 10pt;
    text-decoration : underline overline;
    font-weight : Bold;
    color : #FFFF00;
    background-color : #FF0000;
    cursor : pointer;
    margin-bottom : 2px;
    width : 150px;
    padding : 2px;
    text-align:center;
    border : 1px solid #000000;
}

.MenuItems {
    font-family : 'Arial', 'Sans-Serif';
    font-size : 9pt;
    text-decoration : none;
    font-weight : Bold;
    color : #CCCCCC;
    background-color : #666666;
    cursor : pointer;
}
.MenuItems:Hover {
    color : #FFFF00;
    font-size : 9pt;
    text-decoration : underline overline;
    background-color : #FF0000;
}

.SubMenu {
    margin-bottom: 0.5em;
}

.myForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
}