/* Global text classes begin */

body {
margin: 0;
background-image:url("/images/right_background.gif");
background-repeat:repeat-x;
background-color:#EFF5E1;
}

body, div, td, ul, ol, li, blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#6E4D31;
line-height:17px;
}

a:link {  
color:#6E4D31; 
text-decoration:none;
text-decoration:underline;
}

a:visited {  
color:#6E4D31;
text-decoration:none;
text-decoration:underline;
}

a:hover {
text-decoration:underline;
}

/*--------------------------------------------*/

.bodytextwhite {
color:#FFFFFF;
}

a:link.bodytextwhite, a:visited.bodytextwhite {
color:#FFFFFF;
text-decoration:none;
text-decoration:underline;
}

a:hover.bodytextwhite {
text-decoration:underline;
}

/*--------------------------------------------*/

.bodytextred {
color:#DC3F02;
}

a:link.bodytextred, a:visited.bodytextred {
color:#DC3F02;
text-decoration:none;
text-decoration:underline;
}

a:hover.bodytextred {
text-decoration:underline;
}

/*--------------------------------------------*/

.bodytextsmall {
font-size:12px;
line-height:14px;
}

/*--------------------------------------------*/

.header {
font-size:18px;
line-height:22px;
color:#6E4D31;
}

/*--------------------------------------------*/

a:link.navigation, a:visited.navigation {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
line-height:19px;
color:#FFFFFF;
text-decoration:underline;
text-transform:lowercase;
}

a:hover.navigation {
text-decoration:underline;
}

a:link.nav1, a:visited.nav1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:16px;
color:#A7C2C0;
text-decoration:underline;
text-transform:lowercase;
}

a:hover.nav1 {
text-decoration:underline;
}

a:link.nav1down, a:visited.nav1down {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:26px;
line-height:28px;
color:#A7C2C0;
text-decoration:underline;
text-transform:lowercase;
}

a:hover.nav1down {
text-decoration:underline;
}

/* Global text classes end */
/* Miscellaneous classes begin */