	
body#page           { /* Page Body */
	background-color: #000000;
	} 
                    { /* All Elements */
	margin          : 0px;
	padding         : 0px;
	}
a:link              { /* Document Links */
	color           : #316AC5;
	text-decoration : none;
	font-weight		: none;
	}
a:visited           { /* Visited Links */
	color           : #316AC5;
	text-decoration : none;
	font-weight		: none;
		}
a:hover             { /* Hover Links */
	color           : #316AC5;
	font-weight		: none;
	text-decoration : underline;
	}
a:active            { /* Active Links */
	color           : #316AC5;
	text-decoration : none;
	}
ol,ul               { /* All Lists */
	color			: #62584E;
	margin          : 1em;
	padding-left    : 2em;
		font-family		: Arial, Helvetica;
	font-size		: 11pt;
	}

input.btn{
   color:#050;
   font-family:'Arial',helvetica,sans-serif;
   font-size:10pt;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

p, a, body {font-family: Arial, Helvetica; font-size: 12pt; color: 272317}
h1 {font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold; color: 272317}
h4 {font-family: Arial, Helvetica; font-size: 21px; color: 272317}
h5 {font-family: Verdana, Arial, Helvetica; font-size: 8px; color: 272317}
span.h1 {font-family: Arial, Helvetica; font-size: 12pt;font-weight: bold; color: 272317}

span.Footertext { font-family: Arial, Helvetica; font-size: 12px; color: 62584E}
.Footertext { font-family: Arial, Helvetica; font-size: 12px; color: 62584E}

span.link.FooterLink {color: #F5F4EE; font-size: 10px; font-weight: normal; text-decoration: none}
span.active.FooterLink {color: #F5F4EE;  font-size: 10px; font-weight: normal; text-decoration: none}
span.hover.FooterLink {color: #F5F4EE;  font-size: 10px; font-weight: normal; text-decoration: underline}
span.visited.FooterLink {color: #F5F4EE;  font-size: 10px; font-weight: normal; text-decoration: none}
span.visited:hover.FooterLink {color: #F5F4EE;  font-size: 10px; font-weight: normal; text-decoration: underline}
span.visited:active.FooterLink {color: #F5F4EE;  font-size: 10px; font-weight: normal; text-decoration: none}