


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

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

body a:link    { color: #0000ee;}
body a:visited { color: #551a8b;}
body a:hover   { color:white; background-color: green;}


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

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


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

TD.Index {background-color: blue;}


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

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

P.Footer {color: black;}

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

Table.TitleBox {background-color: blue}
Table.TitleBox h1 {	color: white; background-color: red;}
Table.TitleBox h2 {	color: white; background-color: blue}
Table.TitleBox h3 {	color: green; background-color: blue}
Table.TitleBox h4 { color: yellow; background-color: red}
/* --------------- END Title Block --------------- */

p.AdsRight {color:white; background-color: #3333ff}
