html { 
	height:100%; /* fix height to 100% for IE */
	max-height: 99%; /* fix height for other browsers */ 
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	overflow: hidden; /*get rid of scroll bars in IE */
	overflow-y: hidden;
	overflow-x: hidden;
} 

body {
	height: 100%; /* fix height to 100% for IE */
	max-height: 99%; /* fix height for other browsers */
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	hide overflow: hidden from IE5/Mac
	overflow: hidden; /*get rid of scroll bars in IE */
	overflow-y: hidden;
	overflow-x: hidden;
	background-image: url(../images/bcbg.gif);
	background-repeat: repeat;
	scrollbar-arrow-color:#999;
	scrollbar-face-color:#ECE6D2;
	scrollbar-base-color:#DDD;
	scrollbar-3dlight-color:#BBB;
	scrollbar-darkshadow-color:#BBB;
	scrollbar-shadow-color:#E9E9E9;
}

.txt {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #000000;
	font-weight : none;
	text-decoration : none;
	line-height : 18px;	
}

.txt A:link{ color:#000000; text-decoration : underline; }
.txt A:visited{ color:#000000; text-decoration : underline; }
.txt A:active{ color:#AABCD0; text-decoration : underline;}
.txt A:hover{ color: #AABCD0; text-decoration : underline; }

.browntxt {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #9C8B6B;
	font-weight : none;
	text-decoration : none;
	line-height : 18px;	
}

.browntxt A:link{ color:#000000; text-decoration : underline; }
.browntxt A:visited{ color:#000000; text-decoration : underline; }
.browntxt A:active{ color:#AABCD0; text-decoration : underline;}
.browntxt A:hover{ color: #AABCD0; text-decoration : underline; }

.whiteTxt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : none;
	line-height : 14px;	
}
.whiteTxt A:link    { color:#FFFFFF; text-decoration : underline; }
.whiteTxt A:visited { color:#FFFFFF; text-decoration : underline; }
.whiteTxt A:active  { color:#FFFFFF; text-decoration : underline; }
.whiteTxt A:hover   { color:#FFFFFF; text-decoration : underline; }

.leftTxt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
	color: #000066;
	font-weight : normal;
	text-decoration : none;
	line-height : 16px;	
}
.leftTxt A:link    { color:#000066; text-decoration : underline; }
.leftTxt A:visited { color:#000066; text-decoration : underline; }
.leftTxt A:active  { color:#99CCFF; text-decoration : underline; }
.leftTxt A:hover   { color:#99CCFF; text-decoration : underline; }

.breadcrumbs {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #000066;
	font-weight : normal;
	text-decoration : none;
	line-height : 14px;	
}
.breadcrumbs A:link    { color:#000066; text-decoration : none; }
.breadcrumbs A:visited { color:#000066; text-decoration : none; }
.breadcrumbs A:active  { color:#000066; text-decoration : none; }
.breadcrumbs A:hover   { color:#99CCFF; text-decoration : none; }

.bottomTxt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
	line-height : 18px;	
}
.bottomTxt A:link     { color:#000000; text-decoration : none; }
.bottomTxt A:visited { color:#000000; text-decoration : none; }
.bottomTxt A:active  { color:#333333; text-decoration : underline; }
.bottomTxt A:hover   { color:#333333; text-decoration : underline; }

.txtBox{
    border-top: .5 px solid #2E415F;
    border-bottom: .5 px solid #2E415F;
    border-left: .5 px solid #2E415F;
    border-right: .5 px solid #2E415F;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #354D73;
	background-image: url(../images/textboxBkg.jpg);
}


.txtField{
    border-top: .5 px solid #354D73;
    border-bottom: .5 px solid #354D73;
    border-left: .5 px solid #354D73;
    border-right: .5 px solid #354D73;
    background-color: #E8EAED;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
    color: #354D73;
	background-image: url(../images/textfieldBkg.jpg);
}

.drpDown{
    border-top: .5 px solid #354D73;
    border-bottom: .5 px solid #354D73;
    border-left: .5 px solid #354D73;
    border-right: .5 px solid #354D73;
    background-color: #E8EAED;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
    color: #354D73;
}


.bttn{
    border-top: .5px solid #354D73;
    border-bottom: .5px solid #354D73;
    border-left: .5px solid #354D73;
    border-right: .5px solid #354D73;
    background-color: #C2C9D5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
    color: #354D73;   
    }
	
.checkBox{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;    
    color: #354D73;
}

#mycustomscroll .txt tr .txt .txt {
	text-align: center;
}
.redsale {
	color: #F00;
	font-size: 16px;
}
