body {
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image:  url(images/logo/bckgrndSmall.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: 0px;
}

.cellpadding {
	padding: 3px;
}
.gold {
	color: #CACA00;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
h6 {
	font-size: x-small;
}
.darkgold {

	color: #808000;
}
.navy {
	color: navy;
}

ul {
	list-style-position: outside;
	list-style-image:  url(images/smallgoldbullet.gif);
	list-style-type: none;
}
li {
	text-align: left;
	color: navy;
}
