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

StandardClass { /* Place Holder */ }

body 
{ color: black; background-color: #F0F0F0;
}

.TriColumn { /* Table of Three Columns */
   background-color:#F0F0F0;
}

TD.Index    {background-color: #E2E2E2}
TD.Main     {background-color: #F0F0F0}
TD.AdsRight {background-color: #F0F0F0}

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


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

.bold {font-weight: Bold;}
p.Body:first-letter { color: black;	font-size: 18pt; font-weight: bold; }


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

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;}


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

Table.TitleBox {background-color: grey}
Table.TitleBox h1 {	color: #626262; background-color: white}
Table.TitleBox h2 {	color: white; background-color: grey}
Table.TitleBox h3 {	color: white; background-color: grey}
Table.TitleBox h4 { color: #626262;  background-color: white}

/* --------------- END Title Block --------------- */
