p, td, table {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#000000;
}

.pageHead {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#ff6600;
}

.subHead {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#003366;
}

.smallCopy {
	font-family: 		Arial, Verdana;
	font-size: 			10px;
	font-weight: 		normal;
	color: 				#000000;
}

.boldCopy {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#000000;
}

.whiteCopy {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#ffffff;
}

.whiteCopyB {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#ffffff;
}

.redCopyB {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#db0029;
}

ul {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	list-style-image: 	url();
	list-style: 		disc;
	color: 				#000000;
}

ul.home {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	list-style-image: 	url(../images/bullet.gif);
	color: 				#000000;
	margin-top:			5px;
}

li {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#000000;
}

li.blueCopy {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#003366;
}




/*** LINKS ***/

a:link {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#003366;
}

a.contentLink {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#003366;
}

a.contentLink:hover {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#9999cc;
}

a.boldContent {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#003366;
}

a.boldContent:hover {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#ffffff;
}

a.whiteLink {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#ffffff;
}

a.whiteLink:hover {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#9999cc;
}

a.boldLink {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#003366;
	text-decoration:	none;
}

a.boldLink:hover {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	font-weight: 		bold;
	color: 				#9999cc;
	text-decoration:	underline;
}




/*** DIVS ***/

div#footerCopy {
	width:				730px;
}

div#buyNow { 
	position:			absolute; 
	z-index: 			1; 
	top:				360px; 
	left:				50%; 
	width:				365px; 
	height:				130px; 
	margin-left:		-170px; 
	margin-top:			0px; 
}


