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

body { color: black; background-color:  #FFD8B0;
	font-family: "Perpetua", "Times New Roman", "Serif"; 
 }

.TriColumn  {background-color: #FFD8B0;}
TD.Index    {background-color: #FFC993;}
TD.Main     {background-color: #FFD8B0;}
TD.AdsRight {background-color: #FFD8B0;}

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

Table.TitleBox {background-color: #FFC993;}
Table.TitleBox h1 {	color: white; background-color:  #FFB871;}
Table.TitleBox h2 {	color: #EC7600; background-color:  #FFC993;}
Table.TitleBox h3 {	color: #EC7600; background-color:  #FFC993;}
Table.TitleBox h4 { color: white;  background-color:  #FFB871;}

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

/* --------------- Photo Box  --------------- */

Table.Foto { background-color:#FFC993;}
H5.FigureTitle {color: #9B004E;}


Table.Foto  a:link    { color: #BFBFFF;}
Table.Foto  a:hover  { color:#BBE2CC; background-color: grey; text-decoration: none}
Table.Foto  a:visited    { color: #aa7777;}
/* --------------- END Photo Box --------------- */

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

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

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

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

P.MenuSubHead { color: purple;}

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: green;}
P.MenuItemIndent A:visited { color: yellow;}
P.MenuItemIndent a:hover   { color: white; background-color: green;}
/* --------------- End Left Menu --------------- */

P.Footer {color: black;}
P.NavDate {
	color: #EC7600;
}

