#wrapper {
	width:750px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	font-style: normal;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	overflow: auto;
	
}
body {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
}
h1 {
	font-family: "Arial Rounded MT Bold";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
h3 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
h4 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
#:hr {
	color: #CCCCCC; 
	width: thin;
}
.box {
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
}
