BODY {
scrollbar-face-color: #787777;
	scrollbar-highlight-color: fca344;
	scrollbar-shadow-color: 6633333;
	scrollbar-3Dlight-color: fca344;
	scrollbar-arrow-color: 6633333;
	scrollbar-track-color: 6633333;
	scrollbar-darkshadow-color: #6633366;
    FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: 6633333; FONT-FAMILY: Arial, Helvetica, Sans-Serif;
}
TABLE {
    FONT-SIZE: 16px; COLOR: #6633333; FONT-FAMILY: arial, helvetica
}
.smHeading{
font-weight: bold;
FONT-SIZE: 18px;

}
.biggerTxt{
font-weight: bold;
FONT-SIZE: 26px;

}

.bgcolor2{
background-color:#eeeeee;
}
A.arrows{
FONT-SIZE: 20px;
}
.menuBar{
background-color:#d16632;
color:powderblue;
}
A.bottomLink{
FONT-SIZE: 12px;
}
A.bottomLink:hover{
FONT-SIZE: 12px;
color:#000000;
}
A.bottomLink:visited{
FONT-SIZE: 12px;
}
A.menuLink{
color:#ffffff;
text-decoration:none;
}
A.menuLink:hover{
color:powderblue;
text-decoration:underline;
}
.smTxt{
FONT-SIZE: 12px;
}

.error {font-family: Tahoma; font-size: 8pt; color: red; display:none;}


#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('../images/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
}

#overlay-panel {
    margin: 10% auto 0 auto;
    width: 690px;
	height: 520px;
    background: #FFF;
}

/** ie6 and below only **/
* html #overlay {
    background-image: url('../images/overlay-ie6.png');
    height: 100%;
    position: absolute;
}
