/* CSS Document */
BODY { 
	scrollbar-3dlight-color:#000;
	scrollbar-arrow-color: #000;
	scrollbar-base-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#666;
	scrollbar-shadow-color:#666;
	scrollbar-track-color:#000; 
}

A:link, A:active { 
	color: #C00; 
	text-decoration: none; 
} 
A:visited { 
	color: #700; 
	text-decoration: none;
} 
A:hover { 
	color: #C00; 
	text-decoration: underline;
}

p,td {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
	font-variant: normal;
	color: #999;
	margin-bottom: 5px;
}

img.photo {
	border: 1px solid #CCC; 
}

#line {
	border-bottom: 1px solid #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	width:90%;
	align: center;
}