.clsHTMLTagLI {
	color: #FCC32F;
}

.clsHeaderImgMargin {
	margin-bottom: 0px;
}

.clsBgImg {
    /*
	background-image: url(../imgs/MainBackground.gif);
    background-position: center top;
    background-repeat: repeat-y;
    */
	vertical-align: top;
}

.clsContentTextTDPadding {
    padding-left: 4px;
    padding-right: 10px;
}

.clsSubMenuLink {
    text-align: left;
}

.clsSubMenuLinkCurr {
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #FFCC00;
}

.clsFirstParagraph {
	font-weight: bold;
}

.clsPointerHand
{
/*
	This Pointer is used to make a Hand symbol on the image
	To get it work on other browsers except Windows
    */
cursor:pointer;
}

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
}

a.cls-StormLink {

	color: #ABAAAA;
	text-decoration: none;

}

a.cls-StormLink:hover {

	color: #FFFFFF;

}