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

StandardClass { /* Place Holder */ }

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

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

TD.Index    {background-color: #FF91C8}
TD.Main     {background-color: #FFBBDD}
TD.AdsRight {background-color: #FFBBDD}

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


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

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


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

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

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

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


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

Table.TitleBox {background-color: white}
Table.TitleBox h1 {	color: white; background-color: #D5006A;}
Table.TitleBox h2 {	color: black; background-color: white}
Table.TitleBox h3 {	color: black; background-color: white}
Table.TitleBox h4 { color: yellow;  background-color: #D5006A;}


/* --------------- Photos in a Table --------------- */
 
Table.Foto {cell-spacing:12pt; border:0; align: right; background-color:#FF91C8;}


