.txt {
	font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #000099;
	font-weight : normal;
	text-decoration : none;
	line-height : 16px;	
}
.txt A:link    { color:#0099FF; text-decoration : none; }
.txt A:visited { color:#0099FF; text-decoration : none; }
.txt A:active  { color:#0099FF; text-decoration : underline; }
.txt A:hover   { color:#0099FF; text-decoration : underline; }


.breadcrumbs {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #000099;
	font-weight : normal;
	text-decoration : none;
	line-height : 16px;	
}
.breadcrumbs A:link    { color:#000099; text-decoration : underline; }
.breadcrumbs A:visited { color:#0099FF; text-decoration : underline; }
.breadcrumbs A:active  { color:#0099FF; text-decoration : underline; }
.breadcrumbs A:hover   { color:#0099FF; text-decoration : underline; }

.bottomTxt {
	font-family : Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #000033;
	font-weight : normal;
	text-decoration : none;
	line-height : 16px;	
}
.bottomTxt A:link    { color:#000033; text-decoration : underline; }
.bottomTxt A:visited { color:#000033; text-decoration : underline; }
.bottomTxt A:active  { color:#0066FF; text-decoration : underline; }
.bottomTxt A:hover   { color:#0066FF; text-decoration : underline; }

.txtField{
    border-top: .5 px solid #003399;
    border-bottom: .5 px solid #003399;
    border-left: .5 px solid #003399;
    border-right: .5 px solid #003399;
    background-color: #99CCFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
    color: #000099;
}

.bttn{
    border-top: .5px solid #003399;
    border-bottom: .5px solid #003399;
    border-left: .5px solid #003399;
    border-right: .5px solid #003399;
    background-color: #99CCFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;    
    color: #000099;   
    }
