A:link {text-decoration: none;
       font-family : Arial;
       color: 000080}
A:hover {text-decoration: none;
        font-family : Arial;
        color: 336699}
A:active {text-decoration: none;
         font-family : Arial;
         color: 990066}
A:visited {text-decoration: none;
          font-family : Arial;
          color: 808080}
.legal {text-decoration: none;
         font-family : Arial;	 color: 000080}
H1 {font-family: Arial, Helvetica;
	font-size: large;
	font-weight: 100;
	color: 000080}
H2 {font-family: Arial, Helvetica;
	font-size: medium;
	font-weight: 100;
	color: 000080}
P.error {font: 12pt "Times New Roman", Serif;
	color: black}
P.first {text-indent: 2em;
	color: black}
P.footer {text-align: center;
	font-family: "Book Antiqua";
	font-size: xx-small;
	font-weight: 100;
	color: black}
P.title {text-align: right;
	font-family: "Arial Narrow";
	font-size: x-large;
	font-weight: 100;
	color: 000080}
p.articletitle {font-family: Arial, Helvetica;
	font-size: medium;
	font-weight: 100;
	margin-bottom: 1pt;
	color: 000080}

#leftnav { width: 150px; }

#leftnav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#leftnav a
{
display: block;
padding: 3px;
width: 110px;
background-color: #ccc;
border-bottom: 1px solid #eee;
}

#leftnav a:link
{
color: #006;
text-decoration: none;
}
#leftnav a:visited
{ color:#706;
text_decoration: none;
}
#leftnav a:hover
{
background-color: #369;
color: #00D8EE;
}
#footernav {margin-right:10%;
margin-left:100px;
text-align: center;
}
#footernavlst li
{
display: inline;
list-style-type: none;
padding-right: 10px;
position:relative;
}

#footernav a:link
{
color: #006;
text-decoration: none;
}
#footernav a:visited
{ color:#706;
text_decoration: none;
}
#footernav a:hover
{
background-color: #369;
color: #00D8EE;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 15px;
	margin: 45px;
	width:80%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a a:link
{
color: #006600;
text-decoration: none;
}
#box-table-a a:visited
{ color:#00ff66;
text_decoration: none;
}
#box-table-a th
{
	font-size: large;
	font-weight: bold;
	padding: 8px;
	background: #ddffdd;
	border-top: 4px solid #008000;
	border-bottom: 1px solid #fff;
	color: #008000;
}
#box-table-a td
{
	padding: 8px;
    font-size: medium;
	background: #ddffff; 
	border-bottom: 1px solid #fff;
	color: #006600;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #99cc99;
	color: #336633;
}

@media print {
	body {
		font-size: 10pt;
		font-family: times new roman, times, serif;
	}

	#navigation {
		display: none;
	}
    #footernav 
     {
		display: none;
	}
    #leftnav {
		display: none;
	}
}
