/* CSS Document */
Body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:24px;
}
H1{
	font-size: 14px;
	position: absolute;
	left: 30px;
	top: 80px;
	color: #000000;
	z-index: 99;
}
H2{
	font-size: 14px;
	position: absolute;
	left: 31px;
	top: 81px;
	color: #FFFFFF;
	z-index: 9;
}
H3{
	color: #000000;
}
p{	
}
p#blk{
	color: #000000;
}
div#holder{
	background:#CCCCCC; /* shadow color */
    border:1px solid #DDDDDD; /* darker border color */
    width:760px;
	margin-left: auto;    
	margin-right: auto;
	position: relative;
}
div#frame{
	background:#FFFFFF;
	border: 2px solid #000000;
	position: relative;
	left:-6px;
	top:-6px;
	text-align: left;
	padding:14px;	
}

a:link {
	font-variant: small-caps;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-variant: small-caps;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
}

