body {
	margin:0px auto;
	padding:0px;
	width: 820px;
	position: relative;
	background: #1F355A url(images/etc_title.jpg) no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black; 
	font-size: 11pt;
	text-align: justify;
}
#container {
	width:820px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	position:absolute;
	top:600px;
	background-color:#BFEAFF;
	background-image:url(images/etc_content.gif);
	background-repeat:repeat-y;
	background-position: left top;
	overflow:auto;
}
#content {
	padding:20px;
}
a:link { 
	text-decoration:none;
	color: #000000; 
	border-bottom: dotted 1px #000000; 
}
a:visited { 
	text-decoration:none;
	color: #000000; 
	border-bottom: dotted 1px #000000; 
}
a:hover { 
	text-decoration:none; 
	color: #660000; 
	border-bottom: solid 1px #000000; 
}
h1 { 
	color: black; 
	font-size: 14pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	font-variant: small-caps; 
	margin: 0.67em 0; 
	text-align:center; 
}
h2 { 
	color: black; 
	font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	font-variant: small-caps; 
	margin: 0.83em 0; 
	text-align:center
}