/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	font-size: 12px;
	padding:15px;
	line-height:15px;
	margin:0px;
	padding:0px;
	}
	
h1 {
	color: #000066;
	font-size: 18px;
	}
	
h2 {
	color: #000;
	font-size:14px;
	}
	
h3 {
	color: #000;
	font-size:13px;
	}
	
p.number {
	text-align:center;
	font-weight:bold;
	color: #000066;
	}
	
.header {
	font-weight:bold;
	border-bottom:double #000066;
	padding-bottom:3px;
	}
	
#outside {
	margin:0;
	padding:0;
	background:#CCC;
	}
	
#inside {
	width: 549px;
	background:url(images/bkgd.gif) repeat-y top #FFF;
	padding: 20px 15px;
	border-left: #A5A6AD 1px solid;
	text-align:left;
	height:100%;
	border-top:1px solid #A5A6AD;
	border-bottom:1px solid #A5A6AD;

	} 