/*HTML ELEMENT STYLES*/
body { color: #4D442E; background-color: #DCD4BE; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; }
iframe { border-width: 0px; }
p, td { color: #4D442E; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
form { margin: 0px; padding: 0px; }
/*LINK STYLES*/
a:link { color: #352CA1; text-decoration: underline; }
a:visited { color: #352CA1; text-decoration: underline; }
a:active { color: #AB66FF; text-decoration: underline; }
a:hover { color: #7060E5; text-decoration: none; }

/*COLOR STYLES*/
/*.color { color: #??????; }*/

/*HOMEPAGE BACKGROUND STYLES*/
.home_header_left { background-image: url(../images/home/home_header_left.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; }
.home_header_right { background-image: url(../images/home/home_header_right.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; }
.home_header_ext_left { background: #0f1e7b url(../images/home/home_header_ext_bkg.jpg); background-position: right top; }
.home_header_ext_right { background: #0f1e7b url(../images/home/home_header_ext_bkg.jpg); background-position: left top; }
.home_body_left { background-image: url(../images/home/home_body_bkg.gif); background-repeat: repeat; background-attachment: scroll; background-position: right top; }
.home_body_right { background-image: url(../images/home/home_body_bkg.gif); background-repeat: repeat; background-attachment: scroll; background-position: left top; }

/*TEXT STYLES*/
.footer { font-size: 11px; line-height: 14px; }
.txt10 { font-family: inherit; font-size: 10px; }
.txt11 { font-family: inherit; font-size: 11px; }
.txt12 { font-family: inherit; font-size: 12px; }
.txt14 { font-family: inherit; font-size: 14px; }
.txt16 { font-family: inherit; font-size: 16px; }
.body_20lead { line-height: 20px; }
