/* Body, Border ID, Margin ID */
a:focus, a:hover, a:active { outline:none }
body { 
    background-color: #FFFFFF;
}
#border {  width: 810px;
	border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #CC3333;
    border-right-style: solid;
    border-right-width: 5px;
    border-right-color: #CC3333;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #CC3333;
}
#margin { margin: 0 20px 0 20px; }
#margin2 { margin: 0 0 0 20px; }

/* Fonts */
.style1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #404040;
}
.style2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}
.style3 {
    font-family: 'Times New Roman', Times, serif; 
	color: #CC3333;
	font-size: 2em; 
	font-weight: normal; 
	line-height: 120%; 
	margin: 0;
	border-bottom: 1px solid #ccc; 
	padding: 3px; 
}
.style4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #404040;
	border-bottom: 1px solid #ccc; 
	padding: 7px;
}

/* Links */
a:link {color: #CC3333; text-decoration: none} 
a:visited {color: #CC3333; text-decoration: none} 
a:hover {color: #009900; text-decoration: none}
a:active {color: #009900; text-decoration: none}
