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

body { color: white; background-color:  #6F6FFF;
	font-family: "Perpetua", "Times New Roman", "Serif"; 
 }

.TriColumn  {background-color: #6F6FFF;}
TD.Index    {background-color: #99AA66;}
TD.Main     {background-color: #6F6FFF;}
TD.AdsRight {background-color: #6F6FFF;}

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

Table.TitleBox {background-color: #9999ff;}
Table.TitleBox h1 {	color: white; background-color:  #99AA66;}
Table.TitleBox h2 {	color: white; background-color:  #9999ff;}
Table.TitleBox h3 {	color: white; background-color:  #9999ff;}
Table.TitleBox h4 { color: white;  background-color:  #99AA66;}

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

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

Table.Foto { background-color:#9999ff;}
H5.FigureTitle {color: #000000;}


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

body a:link    { color: pink;}
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: #FFFFff;	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: white;}


