body {
	font-family: Verdana;
	font-size:10.0pt;
	margin: 0px;
	padding: 0px;
	color:#600;
	background-color: #FFF;
}

h1 {
	font-size: 18px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	color:#D00;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

p {
	font-size:10.0pt;
	line-height:14.0pt;
	color:#300;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 698px;
	height: 590px;
	background-color: #FFFFF8;
	border-left:1px solid #EEE;
	border-top:1px solid #EEE;
	border-right:1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#head {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 668px;
	height: 50px;
	border:0;
}

#navbar_top {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 668px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-top:1px solid #900;
}

#content {
	position: absolute;
	top: 50px;
	left: 15px;
	width: 668px;
	height: 480px;
	border:0px solid #900;
}

#navbar {
	position: absolute;
	top: 540px;
	left: 15px;
	width: 668px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border:0px solid #900;
	border-top:1px solid #900;
}

#copy {
	position: absolute;
	top: 560px;
	left: 15px;
	width: 668px;
	text-align:center;
	font-size:9px;
	font-weight:normal;
	color:#999;
	border:0;
}

#navbar_top a {
	color:#900;
	font-weight:bold;
	text-decoration:underline;
}

#navbar_top a:hover {
	color:#D00;
	text-decoration:none;
}

#navbar a {
	color:#900;
	font-weight:bold;
	text-decoration:underline;
}

#navbar a:hover {
	color:#D00;
	text-decoration:none;
}

div.card {
	position: absolute;
	padding: 7px;
	line-height:16px;
	background-color: #F8FFF8;
	border: 1px outset #000;
}

.small {
	font-size:8.0pt;
}
