
/* CSS Document */

/*COLORS - RED - #e12d2e
		   TAN - #eeebe6 */


/* LINKS */
A:link { text-decoration: none; color:#e12d2e; font-weight:bold; }
A:visited { text-decoration: none; color:#e12d2e; font-weight:bold; }
A:hover { text-decoration: none; color:#000000; font-weight:bold; }


A:link.white { text-decoration: none; color:#ffffff; font-weight:bold; }
A:visited.white { text-decoration: none; color:#ffffff; font-weight:bold; }
A:hover.white { text-decoration: none; color:#000000; font-weight:bold; }




/* DIV'S */
div.padded-leftright { padding-left:10px; padding-right:10px;}



/* MARGINS */
body { margin: 0px 0px 0px 0px; }


/* TYPE */
span.body {font-family: Arial, Helvetica, sans-serif; font-size:9pt; color:#000000; font-weight:normal; line-height:1.5; }
span.body-small {font-family: Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; }
span.white-header {font-family: Arial, Helvetica, sans-serif; font-size:8pt; color:#ffffff; font-weight:normal; }
span.topnav {font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:normal; }
span.redhead {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:15pt; color:#e12d2e; font-weight:bold; line-height:1.3; }
span.redsubhead {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:8pt; color:#e12d2e; font-weight:bold; line-height:1.3; }
span.subhead {font-family: Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold; color:#000000; line-height:1.5; }
span.footer {font-family: Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; color:#000000; line-height:1.5; }





/* LISTS */

ul { margin: 0em 0 0em 0px; }
ol {list-style-type: decimal; margin: 0em 0 0em 0px }
li { list-style-type:disc; color:#000000; padding-bottom:4px; margin-left:0px; font-size:8.5pt; font-family:Arial, Helvetica, sans-serif;}


