@charset "utf-8";
/* scrollandbody.css - BizOrg / OurOwnWebsite 2008 */

html {
	height: 101%;
}

a:link {
	color: #063;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #063;
}

a:hover {
	text-decoration: underline;
	color: #0C6;
}
a:active {
	text-decoration: none;
	color: #063;
}
.table {
	background-image: url(images/head-bg.jpg);
}
.table-green {
	background-image: url(images/green-bg.jpg);
}
body {
	background-image: url(images/bg.jpg);
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFC;
}
h1 {
	color: #063;
	font-size: 18px;
	display: inline;
}

h2 {
	font-size: 14px;
	color: #063;
	display: inline;
}

h3 {
	font-size: 14px;
	color: #FF9;
	text-align: left;
	display: inline;
}
.creamlink {
	font-size: 14px;
	font-weight: bold;
	color: #FFC;
}

.yellowlink {
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
}
a img {
	border: thin solid #FFC;
}
	
ol.c {
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left
}

