body {	background-color: #000044; width:100%; height:100%}

.boxed { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } /*moz, saf, css3*/



#toolbar {
	background-color: #D4FF2B;
	cursor: default;
	text-align: center;
	font-size: 10px;
	font-family: Tahoma;
	letter-spacing: 1px;
}		   
#toolbar a {
	color: black;
	text-decoration: none;
	margin-top: 3px;
	font-weight: bold;
}
#toolbar a:hover { text-decoration: underline; }



#content, td {
	color: #666;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}		   		   		   
#content a { color: #007CA5; 
			/*background:transparent url(ico-link.gif) no-repeat  left center;
			padding-left:16px;*/
			text-decoration:none;}
#content a:hover { text-decoration: underline; }


#footer  { cursor: default;
		   color: #888888;
		   padding: 7px 0 20px 0;
           letter-spacing: 0.3em;
           text-align: center;
           font-size: 10px; 
		   line-height: 18px;
		   font-family: Arial }		   
#footer a { color: #888888; text-decoration: none; letter-spacing: 0px; font-weight: bold;}
#footer a:hover { text-decoration: underline; }
#footer span { letter-spacing: 0px; color: #656565 }

h1 {
	cursor: default;
	font-size: 2.2em;
	letter-spacing: -2px;
	color: #F39;
	font-family: "Arial Black", Tahoma;
	border-bottom-style: dotted;
	border-bottom-color: #F39;
	line-height: normal;
}
	   
h2 {
	cursor: default;
	font-size: 26pt;
	color: #336;
	padding-bottom: .2em;
	border-bottom:2px dotted #EEEEEE;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -3px;
	line-height: normal;
}
h5 {
	font-size: 36pt;
	line-height: normal;
	color: #000;
	letter-spacing: -4px;
	margin: 3px;
}

	   
h3 {
	cursor: default;
	color: #F09;
	font-size: 1.5em;
	padding-bottom: 0.2em;
	font-family: Arial;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: -1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	line-height: normal;
} 
strong {
	color: #000;
}


h4 {
	cursor: default;
	color: #0C3;
	font-size: 1.2em;
	padding-bottom: 0.2em;
	background:  url(underline-grad.jpg) no-repeat  left bottom;
	font-family: Arial;
	line-height: normal;
}	 
h6 {
	font-size: 16px;
	color: #096;
}

