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

StandardClass { /* Place Holder */ }

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

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

TD.Index    {background-color: #D8B163}
TD.Main     {background-color: #cc9933}
TD.AdsRight {background-color: #cc9933}

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: #443311;	font-size: 18pt; font-weight: bold; }
p.Body {font-size: 12pt;}


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

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

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

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


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

Table.TitleBox {background-color: #cc9933}
Table.TitleBox h1 {	color: black; background-color: #cc9933;}
Table.TitleBox h2 {	color: black; background-color: cc9933}
Table.TitleBox h3 {	color: black; background-color: cc9933}
Table.TitleBox h4 { color: white;  background-color: #cc9933; font-size: 24pt}

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

/* Photos in a Table */
Table.Foto {background-color:#D8B163;}




