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

StandardClass { /* Place Holder */ }

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

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

Table.Foto {cellspacing:62pt; border:0; align: right; background-color:#D8D800;}

TD.Index    {background-color: #B0B000;}
TD.Main     {background-color: #B0B000;}
TD.AdsRight {background-color: #B0B000;}

body a:link    { color:red;}
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: #003500;	font-size: 18pt; font-weight: bold; }

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

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

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

Table.TitleBox {background-color:#B0B000;}
Table.TitleBox h1 {	color: white; background-color: #725a00;}
Table.TitleBox h2 {	color: white; background-color: #B0B000;}
Table.TitleBox h3 {	color: green; background-color: #B0B000;}
Table.TitleBox h4 { color: yellow; background-color: #725a00;}
/* --------------- END Title Block --------------- */

