p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a {font-family: Arial, Helvetica, sans-serif;
	font-size:  x-small;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}




.bgCream {
	background-color: FFF3E0;
	background-repeat: repeat;

}
.bgTopLeft {
	background-repeat: no-repeat;
	background-position: left top;
}

.bgLeftCream {
	background-color: #F8DCB0;
}
.bgBlack {
	background-color: #000000;
}




.textLeftNavTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/nav_title_bg.gif);
}
.textWhiteNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;	
}
.textWhiteNavigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;		
}
.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.textFooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;

}
.bgTopRight {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF1E1;
}
.bgBottomRight {

	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF3E0;
}
