/* Body Style */
body { background-color: #FfF2d6 }

/* Standard link styles */
a { color: #456740; font-size: 12px; line-height: 16px; font-family: georgia, times new roman; font-weight: bold }
a:link { color: #456740; text-decoration: none }
a:visited { color: #456740; text-decoration: none }
a:hover { color: ; text-decoration: underline }
a:active { color: ; text-decoration: underline }

/* Menu Styles (allows separate link styles to be defined) */
.menu { color: #003333; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
a.menu:link { color: #003333; text-decoration: none }
a.menu:visited { color: #003333; text-decoration: none }
a.menu:hover { color: ; text-decoration: underline }
a.menu:active { color: ; text-decoration: underline }

/* Page Title style (NOT presently used) */
.pageTitle {
font-size: 22px;
font-family: georgia, times new roman;
font-weight: bold
}

/* Page Subtitle style */
/* (for use with text appearing at the top of pages, but not created as an image) */
.pageSubtitle {
font-size: 14px;
font-weight: bold;
font-family: georgia, times new roman;
color: #990000
}

/* Style settings for all standard sections of text. */
.pageContent {
font-size: 13px;
font-family: georgia, times new roman
}

/* Copyright style */
.copyrightText {
font-size: 9px;
font-family: verdana
}

/* Previously for use with content that was to standout */
/* (not used at present, due to the use of images instead) */
.contentHighlight {
font-size: 16px;
font-family: lucida calligraphy;
font-weight: bold;
color: #990000
}

/* Highlighted text listed on the policies page */
.policiesHighlight {
font-weight: bold;
color: #990000
}