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

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



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

Table.Foto { background-color:#FFA851;}


body a:link    { color: red;}
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: #663300;	font-size: 18pt; font-weight: bold; }
p.Body {font-size: 10pt;}
li { color: #002200; font-weight: bold; font-size: 12pt;}
p.LiP {color: black; font-size: 10pt; font-weight: normal}


/* --------------- 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;}
/* --------------- End Left Menu --------------- */

P.Footer {color: black;}

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

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


