/* ---------------------------------------------------------------------------------------------------------------------------------- This is needed for the tooltip script  */

body{
background-color: #000000;
margin-top: 0px; margin-bottom: 0px;
}

td{
color: #BEBEBE; font-size: 14px; font-family: tahoma, arial, geneva, sans-serif;
line-height: 16px;
}

td A, td A:link, td A:visited {color: #063a7d; font-weight: bold; text-decoration: none;}
td A:hover {text-decoration: underline;}


hr {color: #063A7D; height: 1px;}

li {
list-style-image:url("../graphics/bullet.gif");
}

.shadowedTD {
padding-left: 9px; padding-right: 9px;
}

.bodyTD{
padding-left: 10px; padding-top: 9px;
line-height: 18px;
text-align: justify;
}

.mainTD{
color: #000000; font-size: 12px; font-family: arial, geneva, sans-serif;
padding-left: 24px; padding-right: 24px; padding-top: 20px; padding-bottom: 20px;

}

.mainTD A, .mainTD A:link, .mainTD A:visited {color: #063a7d; font-weight: bold; text-decoration: none;}
.mainTD A:hover {text-decoration: underline;}

.footerTD{
color: #9b9b9b; font-size: 11px; font-family: arial, geneva, sans-serif;
padding-right: 10px;
}

.footerTD A, .footerTD A:link, .footerTD A:visited {color: #FFFFFF; font-weight: bold; text-decoration: none;}
.footerTD A:hover {text-decoration: underline;}

.totalHits {
color: #367950;
}

.titleText {
color: #333333; font-size: 12px; font-family: arial, geneva, sans-serif;
text-align: left;
font-weight: bold;
}

.imgLeft {
margin-right: 20px; margin-bottom: 5px;
}

.imgRight {
margin-left: 20px; margin-bottom: 5px;
}


/* --------------------------------------------------------------------------------------------------------------------------------- Forms */

input, textarea, select{
color: #222222; font-size: 10px; font-family: verdana, arial, geneva, sans-serif;
background-color: #FFF5DB;
border: 1px inset; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset;
border-color: #8FB1B7 #8FB1B7 #8FB1B7 #8FB1B7
font-weight: normal;
}
.whiteField{
color: #222222; font-size: 10px; font-family: verdana, arial, geneva, sans-serif;
background-color: #FFFFFF;
border: 1px inset; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset;
border-color: #8FB1B7 #8FB1B7 #8FB1B7 #8FB1B7
font-weight: normal;
}

.btnSubmit{
color: #222222; font-size: 10px; font-family: verdana, arial, geneva, sans-serif;
background-color: #FFF5DB;
font-weight: bold;
border: 1px inset; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset;
border-color: #8FB1B7 #8FB1B7 #8FB1B7 #8FB1B7
}

.centeredField {
text-align: center;
}

.invisibleField {
color: #222222; font-size: 10px; font-family: verdana, arial, geneva, sans-serif;
background-color: #FFFFFF;
border: 0px;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF
}

.chkbx {
color: #FFFFFF; font-size: 9px; font-family: verdana, arial, geneva, sans-serif;
background-color: #FFFFFF;
border: 0px;
}