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

Panama { /* Place Holder */}

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

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: blue;	font-size: 18pt; font-weight: bold; }


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

TD.Index {background-color:  #D64642}


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:  #D64642}
Table.TitleBox h1 {	color: white; background-color: #4246A6}
Table.TitleBox h2 {	color: black; background-color: #D64642}
Table.TitleBox h3 {	color: green; background-color: #D64642}
Table.TitleBox h4 { color: yellow; background-color:#4246A6}
/* --------------- 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";
}
