
body{
background-color: #37200A;
background-image: url("../graphics/grass_tile.jpg");
}

hr {color: #063A7D; height: 1px;}

ul {
list-style-image:url("../graphics/bullet_arrow.gif");
padding-bottom: 10px;
}

/* ---------------------------------------------------------------------------------------------------- duplicated in cutestyle.css  */

td{
color: #333333;
font-size: 12px; font-family: arial, geneva, sans-serif;
}

A, A:link, A:visited {color: #006600; font-size: 12px; font-weight: bold; text-decoration: none;}
A:hover {text-decoration: underline;}

/* ------------------------------------------------------------------------------------------------- */


.mainTable {
background-color: #ECE5DB;
background-image: url("../graphics/body_bg.jpg");
padding-left: 10px; padding-right: 10px;
}

.homeTD {
padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 5px;
}

.homeTextTD {
padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;
line-height: 16px;
text-align: justify;
}

.mainTD{
padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 20px;
width:820px;
line-height: 16px;
text-align: justify;
}

.footerTD {
background-color: #663E00;
background-image: url("../graphics/footer_bg.gif");
background-repeat:no-repeat;
}

.footerTextTD {
color: #cb9e58; font-size: 11px; font-family: arial, geneva, sans-serif;
}

.footerTD A, .footerTD A:link, .footerTD A:visited {color: #cb9e58; font-weight: bold; text-decoration: none;}
.footerTD A:hover {text-decoration: underline;}

.biglink A, .biglink A:link, .biglink A:visited {line-height: 24px;font-size: 12px; color: #006600; font-weight: bold; text-decoration: underline;}
.biglink A:hover {text-decoration: none;}

.imgLeft {
margin-right: 10px; margin-bottom: 3px;
}

.imgRight {
margin-left: 10px; margin-bottom: 3px;
}


/* --------------------------------------------------------------------------------------------------------------------------------- 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;
}
