.menuText TD {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-right: 15px;
}

.mainContent {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

.sideMenu_Header {
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

.tickList {
    list-style-image: url("../images/tick.jpg");
    list-style-type: image;
    color: #013368;
}

.sideMenu_Text {
    font-family: Arial;
    font-size: 12px;
    color: #333;
}

.sideMenu_Input {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    border-color: #013368;
    border-style: solid;
    border-width: 1px;
    background-color: white;
}

.sideMenu_Submit {
    font-family: Arial;
    font-size: 12px;
    color: #333;
    border-color: #013368;
    border-style: solid;
    border-width: 1px;
    background-color: #9dbbdc;
}

em {
    color: #013368;
}

strong {
    font-size: 14px;
}

.clsRatesTable {
    width: auto;
    font-family: Arial;
    font-size: 12px;
    color: #333;
}

.clsRatesTable TD {
    border-bottom-color: #013368;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-family: Arial;
    font-size: 12px;
    color: #333;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.clsRatesTable thead {
    border-bottom-color: #013368;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #013368;
}


#floatLeft {
    float: left;
    clear: both;
}

#floatRight {
    float: right;
    width: 280px;
    padding: 10px;
    border-color: #013368;
    border-style: solid;
    border-width: 1px;
    clear: both;
    color: #000333;
    margin-bottom: 10px;
    margin-left: 10px;
    background: url("../images/gd_bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}

.headerText{
    border-bottom-color: #013368;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
}


.portalHeader {
	font-size: 14px;
	font-weight: bold;
}

.portalTable {
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	border: 1px solid #333;
}

.portalTable TR TH {
	background-color: #d8d8d8;
	border-bottom: 1px solid #333;
}


