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;
           letter-spacing: 0.3em;
           text-align: right;
           font-size: 10px; 
		   font-family: Tahoma }		   
#toolbar a { color: black; text-decoration: none; letter-spacing: 0px; margin-top: 3px; font-weight: bold; }
#toolbar a:hover { text-decoration: underline; }



#content, td { color: #777777;
			   font-size: 12px; 
			   font-family: "Trebuchet MS", Tahoma }		   		   		   
#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: -1px;
	   color: #555555;
	   font-family: "Arial Black", Tahoma }
	   
h2 {   cursor: default;
	   font-size: 1.8em;
	   color: #555555;
	   padding-bottom: .2em;
	   border-bottom:2px dotted #EEEEEE;
	   font-family: Arial }
	   
h3 {   cursor: default;
	   color: #B96AC0;
	   font-size: 1.5em;
	   padding-bottom: .2em;
	   background:  url(underline-grad2.jpg) no-repeat  left bottom;
	   font-family: Arial } 

h4 {   cursor: default;
	   color: #5EC7DA;
	   font-size: 1.2em;
	   padding-bottom: .2em;
	   background:  url(underline-grad.jpg) no-repeat  left bottom;
	   font-family: Arial }	 
