<!-- DEFAULT CSS -->

	body {
		margin:5px 5px 20px 5px;
		background:#003366;
		background-image: url(bluebg.gif);		
		}

html {
Scrollbar-Face-Color: #003366;
Scrollbar-Highlight-Color: #003366;
Scrollbar-Shadow-Color: #838A93;
Scrollbar-3D-Light-Color: orange;
Scrollbar-Arrow-Color: #673635;
Scrollbar-Track-Color: #838A93;
Scrollbar-Darkshadow-Color: #413839;
Scrollbar-Base-Color: #838A93;
}

	A 			{ color: #E9EABB; text-decoration: underline; }
	A:link		{ color: #ffffff; text-decoration: underline; }
	A:visited	{ color: #E9E9E9; text-decoration: underline; }
	A:active	{ color: #ffffff;  }
	A:hover		{ color: #ffffff;  }


	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}


	
	.main {
		font-family:verdana;
		font-size:x-small;
		font-weight:normal;
		color: #e9eabb;
		text-align:center;
				
		}	
		

	.footer {
		font-family:verdana;
		font-size:xx-small;
		font-weight:normal;
		color: #ffffff;
		text-align:center;				
		}	

	.footer a,
        .footer a:link,
        .footer a:visited,
        .footer a:active,
        .footer a:hover {
		text-decoration: none;
		}
		
	.flash {
		background:#003366;
		background-image: url(fadebg.gif);
		}

	.nowrap {
		clear: both;
		text-align:center;
		}