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

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


body a:link    { color: white;}
body a:visited { color: white;}
body a:hover   { color:white; background-color: pink;}


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

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

/* --------------- Photo Table Elements --------------- */

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

H5.FigureTitle {
    display: block; margin: 6pt 0pt 0pt;
    vertical-align: baseline; text-transform: none; 
    color: green;
    text-indent: 0pt; text-align: center; text-decoration: none;
    font-weight: bold; font-size: 12pt; font-style: normal;
}
H5.FigureTitle a:link    { color: #009999;}
H5.FigureTitle a:visited { color: #009999;}
H5.FigureTitle a:hover   { color:white; background-color: green;}


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

TD.Index {background-color: #007979;}
TD.Adsright {background-color: #A0CFCF;}


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: black}
Table.TitleBox h1 {	color: white; background-color: #007979;}
Table.TitleBox h2 {	color: white; background-color: black}
Table.TitleBox h3 {	color: white; background-color: black}
Table.TitleBox h4 { color: black; background-color: #007979;}
/* --------------- END Title Block --------------- */


H1.Heading1 {
	color: black; margin-top:12pt; margin-bottom: 4pt;
    font-size: 18pt; font-weight: Bold;
	font-family: "Verdana", "Helvetica", "sans-serif";
}

