* { margin: 0; padding: 0; }

/* Presentation Stylesheet */ 

h1 {font-size: 15px; margin: 4px 12px; font-weight:bolder; font-family: arial; color: #717D92; letter-spacing: 1px; }
h2 {font-size: 12px; margin: 4px 12px; font-weight:bold; font-family: arial; color: #717D92; letter-spacing: 1px; }
.footertxt { font-family: Verdana; font-size: 7pt; color: #000; }
.headertxt { font-family: Verdana; font-size: 7pt; color: #000; }
.bodytxt { font-family: Verdana; font-size: 9pt; color: #000; margin-left:42px; margin-right:42px;}
.containertxt { font-family: Verdana; font-size: 9pt; color: #000; margin-left:8px; margin-right:8px;}

/* BEGIN HYPERLINK PROPERTIES*/

a:link, a:visited, a:active
{
color: #111199;
text-decoration: none;
font-family: Verdana; 
font-size: 10pt;
}

a:hover
{
color: #D5BD94;
text-decoration: none;
font-family: Verdana; 
font-size: 10pt;
}

a img   {border: rgb(196,204,95)}

a.nav:link, a.nav:visited, a.nav:active
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color:rgb(80,101,26);
	letter-spacing: 3px;
}

a.nav:hover
{
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color:rgb(89,165,67);
	letter-spacing: 3px;
}

a.footer:link, a.footer:visited, a.footer:active
{
	font-family: verdana;
	font-size: 7pt;
	font-weight: 100;
	color:#FFFFFF;
	letter-spacing: 2px;
}

a.footer:hover
{
	font-family: verdana;
	font-size: 7pt;
	font-weight: 100;
	color:#DDDDDD;
	letter-spacing: 2px;
}

/* END HYPERLINK PROPERTIES*/