/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg-color.jpg);
}
a:link {
	color: #6cabb0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6cabb0;
}
a:hover {
	text-decoration: none;
	color: #675749;
}
a:active {
	text-decoration: none;
	color: #6cabb0;
}

/* top of page navigation */
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #6cabb0;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* teal boxes */
a.tealnav:link {
	color: #130a01;
	text-decoration: none;
	font-weight:bold;
}
a.tealnav:visited {
	text-decoration: none;
	color: #130a01;
	font-weight:bold;
}
a.tealnav:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;	
}
a.tealnav:active {
	text-decoration: none;
	color: #130a01;
	font-weight:bold;	
}

.text-9-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c5bbb2;
}
.text-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text-11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text-11-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c5bbb2;
}
.text-22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #c5bbb2;	
}
ul {
	list-style-position: inside;
	line-height: 14px;
	margin:0;
	padding-left: 2em;
	text-indent: -1em;
	list-style-type: disc;
}