/* CSS Document */

.pageHDR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CEA500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.daBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
b {
	color: #000000;
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #000000;
}
li {
	list-style-image: url(images/bullet.gif);
	color: #000000;
}
a:link {
	color: #000066;
	font-weight: bold;
}
a:visited {
	color: #000033;
	font-weight: bold;
}
a:hover {
	color: #0000CC;
	font-weight: bold;
}
a:active {
	color: #0000CC;
	font-weight: bold;
}
