@import url(../../_StyleBase/basic.css);

body { color: black; background-color: #C0C0C0;
	font-family: "Verdana", "Helvetica", "sans-serif";
 }


body a:link    { color: red;}
body a:visited { color: black;}
body a:hover   { color:white; background-color: green;}


/* --------------- Bold, Paragraph, and List Elements --------------- */

.bold {font-weight: Bold;}
p.Body:first-letter { color: #004000;;	font-size: 18pt; font-weight: bold; }
li { color: #002200; font-weight: normal; font-size: 12pt;}
p.LiP {color: black; font-size: 10pt;}


/* --------------- Left Menu --------------- */

TD.Index {background-color: #AA83AA;}


P.MenuItem a:link    { color: black;}
P.MenuItem A:visited { color: blue;}
P.MenuItem A:hover   { color:white; background-color: green;}

P.MenuItemIndent a:link    { color:  black;}
P.MenuItemIndent A:visited { color:  blue;}
P.MenuItemIndent a:hover   { color: white; background-color: green;}
/* --------------- End Left Menu --------------- */

P.Footer {color: black;}

/* --------------- Title Box --------------- */

Table.TitleBox {background-color: #9B9B9B;}
Table.TitleBox h1 {	color: white; background-color: #686868;}
Table.TitleBox h2 {	color: black; background-color: #9B9B9B;}
Table.TitleBox h3 {	color: green; background-color: #9B9B9B;}
Table.TitleBox h4 { color: #B9FFB9; background-color: #686868;}
/* --------------- END Title Block --------------- */


H1.Heading1 {
	color: black; margin-top:12pt; margin-bottom: 4pt;
    font-size: 18pt; font-weight: Bold;
	font-family: "Verdana", "Helvetica", "sans-serif";
}
