/* CSS Document */
body, td, input, select {
	font-size: 11px;
	font-family: Tahoma;
}

h1 {
	font-size: 18px;
	font-family: Tahoma;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.white{
color:#FFFFFF;
}
body {
	background-color: #fff; margin:0;
}
.home {
	background-image:url(../images/btn_home.gif); width:51px; height:35px; text-align:center; vertical-align:text-bottom;
	padding-bottom:10px }
.otherlnk {
	background-image:url(../images/btn_other.gif); width:77px; height:35px; text-align:center; vertical-align:bottom;
	padding-bottom:10px }
A.nav:link, A.nav:visied {
	font:12px trebuchet;margin:3px; text-decoration:none; color: yellow; font-weight:bold }
A.nav:hover {
	text-decoration:underline }
.images{
     padding:2px;
     float:left;
	 margin-right:4px;
     border:1px solid #CCCCCC;
}

.pageHdr{
     padding:2px;
     border-bottom:2px solid #B9DB54;
	 font:12px Tahoma;
	 font-weight:bold;	 
 }
 
 .pageHdrContent{
     padding:2px;
     border-bottom:1px solid #B9DB54;
	 font:12px Tahoma;
	 font-weight:bold;	 
 }
 
.faqs{
     padding:2px;
     border-bottom:1px solid #B9DB54;
	 font:10px trebuchet;
	 font-weight:bold;	 
 }
p {
     font:11px trebuchet;
	 padding:3px;
	 text-align:justify;
 }
.texts{
    text-align:justify;
    padding:2px;
}
form{
    background:#FFF;
	/*border:1px solid #268F5A;*/
}

.textFld {
    border:1px solid #268F5A;

}
.contacts {
    text-align:left;
	font:12px;
}

.error{
    background:#FF0000;
    color:#FFFFFF;
    font:12px trebuchet;
    font-weight:bold;
	padding:3px;
	border:1px solid #333333;
}

.success{
    background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#000000;
 }
select{
   border:1px solid #000000;
   }