/* CSS Document */

/* Search Field Input  */
/****************************/
.search {
border-color:#9ACDEA;
border-style:solid;
border-width:1px;
background-color:#E5F0FF;
border-left-width:0px;
size:20;
width:125;
}

/* Mailing List Input  */
/****************************/
.mailinglist {
border-color:#A8BDDC;
border-style:solid;
border-width:1px;
background-color:#ffffff;
width:135;

}

/* Mian Font (Black Font)  */
/****************************/
.blackfont {
font-family:Tahoma;
font-size:11px;
color:#000000;
}

a.blackfont:link {text-decoration:none; font-family:Tahoma; font-size:11px; color:#000000;}
a.blackfont:hover {text-decoration:underline; font-family:Tahoma; font-size:11px; color:#000000;}
a.blackfont:visited {text-decoration:none; font-family:Tahoma; font-size:11px; color:#000000;}

/* Mian Font (Blue Font)  */
/****************************/
.bluefont {
font-family:Tahoma;
font-size:11px;
color:#003580;
}

/* Orange Font  -Like The header in Home page- */
/****************************/
.orangefont {
font-family:Tahoma;
font-size:11px;
color:#F7941D;
}

/* Footer  Style */
/****************************/
.footer {
font-family:Tahoma;
font-size:10px;
color:#85ABD6;
}
a.footer:link { font-weight:bold;text-decoration:none; font-family:Tahoma; font-size:10px; color:#85ABD6;}
a.footer:hover { font-weight:bold;text-decoration:underline; font-family:Tahoma; font-size:10px; color:#85ABD6;}
a.footer:visited { font-weight:bold;text-decoration:none; font-family:Tahoma; font-size:10px; color:#85ABD6;}


/* List/Menu Style  - Like Change Language Control  -                         */
/***********************************************/
.menu{
font-family:Arial, Helvetica, sans-serif;
font:Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:#003580;
font-weight:bold;
font-size: 8pt;
border-width:1;
border-style:solid;
border-color:#A8BDDC;
size:11;
		}