/* HTML STYLES */
body { background: #FFFFFF url(../images/sidebar_bkg.gif) 0px 0px repeat-y; color: #2C2C2C; font-family: Tahoma, Arial, san-serif; font-size: 14px; margin: 0px; padding: 0px; }
p, td { color: #2C2C2C; font: 14px Tahoma, Arial, san-serif; }
p { margin: 0px; padding: 0px 0px 16px; }
ul { margin: 0px; padding: 0px 16px; }
li { margin: 0px; padding: 0px 0px 8px; }

/* LINK STYLES */
a:link { color: #000066; text-decoration: underline; }
a:active { color: #000066; text-decoration: underline; }
a:visited { color: #000066; text-decoration: underline; }
a:hover { color: #000066; text-decoration: none; }

a.black:link { color: #000000; text-decoration: underline; }
a.black:active { color: #000000; text-decoration: underline; }
a.black:visited { color: #000000; text-decoration: underline; }
a.black:hover { color: #000000; text-decoration: none; }

a.white:link { color: #2C2C2C; text-decoration: underline; }
a.white:active { color: #2C2C2C; text-decoration: underline; }
a.white:visited { color: #2C2C2C; text-decoration: underline; }
a.white:hover { color: #2C2C2C; text-decoration: none; }

/* BACKGROUND/PADDING STYLES */


/* TEXT STYLES */
.blue { padding: 10px; background-color: #0099FF; }
.listblue { color: #003E8C; list-style-type: square; padding-bottom: 7px; }
.txt11 { font-size: 11px; }
.txt12 { font-size: 12px; }
.txt15 { font-size: 15px; }
.white { color: #FFFFFF; }
