/* Body/Margins */
html, body, form, fieldset { margin: 0 0 0 0; padding: 0; }
a:focus, a:hover, a:active { outline:none }
body { 
    background-color: #FFFFFF;
}
#fade {
	background-image: url('../images/blue_fade2.gif');
    background-repeat: repeat-x;
    background-color: #9999CC;
	background-attachment: fixed;
}
#frame1 {
    width: 740px;
	height: 375px;
	text-align: left;
	margin-left: 6px;
	
} 
#margin { margin: 0 40px 0 35px; }
#margin2 { margin: 0 60px 0 55px; }

/* Fonts */
.style1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #330000;
}
.style2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	color: #330000;
	text-align: center;
}
.style3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	color: #330000;
}
/* Links */
a:link {color: #993300; text-decoration: underline} 
a:visited {color: #993300; text-decoration: underline} 
a:hover {color: #CC0000; text-decoration: none}
a:active {color: #CC0000; text-decoration: none}