body {
	/* background: #FFFFFF url(../images/header_vert.gif) no-repeat scroll bottom left; */
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

#content {
	width: 920px;
	margin: 0px auto;
	text-align: left;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 67px;
	z-index: 100;
	background-color: #ffffff;
}

#header_content {
	width: 920px;
	margin: 0px auto;
	text-align: left;
}

#header_topright {
	position: relative;
	top: -20px;
}

p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
}

.black {
	font-weight: bold;
	color: #000000;
}

.gray {
	color: #999999;
}

a:link {
	color: #4c4c4c;
	text-decoration: none;
}

a:visited {
	color: #4c4c4c;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

#anchor {
	position: relative;
	top: -85px;
}

.border_black {
	border: 2px solid #000000;
}

.border_white {
	border: 2px solid #ffffff;
}