body {
	background: #C3BCA2;
}

.content {
	background: #ffffff url(photos/bg_left_body.jpg) top left repeat-y;
	padding: 14px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.bg_nav {
	background: #B1A98F url(photos/bg_nav.jpg) top left no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

.top_table {
	border: solid 4px #858585;
}

.nav_padding {
	padding: 10px;
}

a.nav_link:link {
text-decoration : none;
color: #000000;
font-weight: bold;
display: block;
}

a.nav_link:visited  {
text-decoration : none;
font-weight: bold;
color: #000000;
display: block;
}

a.nav_link:hover {
text-decoration : none;
font-weight: bold;
color : #5B5B5B;
display: block;
}

h1 {
	margin: 0px;
		font-family: verdana, arial, sans-serif;
	font-size: 14pt;
	color: #000000;
}

.text {
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000000;
line-height: 20px;

text-align: justify;
}