
body {
	margin: 0px;
	font-size: 9pt;
	font-color: #333333; 
	font-family: arial;
	width: 600px;
	
}

#header {
	margin-top: 4px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url(images/header.png);
}

#main {
	position: relative;
	min-height: 600px;
	margin-top: 0px;
	padding-left: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-image: url(images/bk_graphic.gif);
}

#nav_bar {
	margin-top: 0px;
	background-color: #ECD91A;
	color: black;
	padding: 4px;
	width: 800 px;
	height: 22px;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#nav_bar td {
	padding-left: 4px;
}

#nav_bar a {
	color: black;
	font-family: arial black;
}

h1 {
	font-family: arial black;
	font-size: 10pt;
	font-weight: normal;
}

.text1 {
	font-size: 9pt;
	font-family: arial black;
	text-align: center;
}

.text1 a {
	color: black;
}

.text2 {
}

span {
	font-family: arial black;
}

.links1 {
	display: inline-block;
	list-style: none;
}


.img1 {
	border: 2px solid black;
	margin-left: 40px;
}


.img2 {
	border: 2px solid black;	
	margin-right: 10px; 
	margin-bottom: 10px; 
	float: left;
}

.right {
	width: 160px;
	padding-right: 20px;
	text-align: right;
	}

a {
	color: #949599;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
</style>
