/* CSS Document */

body, html {
	height: 100%;
	font-size: 12px;
	font-family: verdana, tahoma, arial;
	background-color: #1a4e95;
	color: #222222; }
	
a:link { text-decoration: underline; color: #6cbe13; }
a:visited { text-decoration: underline; color: #6cbe13; }
a:active { text-decoration: underline; color: #6cbe13; }
a:hover { text-decoration: underline; color: #333333; }

* { margin: 0; padding: 0; }
h1 { font-family: Trebuchet MS, arial, tahoma; font-size: 26px; } 
h2 { font-family: Trebuchet MS, arial, tahoma; font-size: 22px; } 
h3 { font-family: Trebuchet MS, arial, tahoma; font-size: 18px; } 

#footer { color: #457ecc; }
#footer a:link { text-decoration: none; color: #457ecc; }
#footer a:visited { text-decoration: none; color: #457ecc; }
#footer a:active { text-decoration: none; color: #457ecc; }
#footer a:hover { text-decoration: underline; color: #70a3e8; }

.side_title { color: #6cbe13; border-bottom: 1px solid #e2e2e2; padding-bottom: 5px; margin-bottom: 10px; font-size: 17px; font-family: Arial, Helvetica, sans-serif; }
