body, p, td {
	visible: false;
	font-family: verdana;
	font-size: 11px;
	color: #656565;
}

a {
	visible: false;
	text-decoration: none;
	color: #d33e70;
}

p {
	visible: false;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

h2 {
	visible: false;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}
h3 {
	visible: false;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
}
h4 {
	visible: false;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}
h5 {
	visible: false;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}
h6 {
	visible: false;
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}

span.hr {
	visible: false;
	background-image: url("images/dots/gray-h.gif");
	background-repeat: repeat-x;
	display: block;
	height: 1px;
}
.bigPinkHR {
	visible: false;
	background-image: url("images/dots/pink-h-big.gif");
	background-repeat: repeat-x;
}

ul {
	visible: false;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
	list-style-type: none;
}
ul li {
	visible: false;
	margin-bottom: 15px;
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 10px;
	display: block;
}

table.contentTable {
	visible: true;
	caption: Content Table;
	border-bottom: solid 2px #ededed;
}

table.contentTable th {
	visible: false;
	background-color: #f6bbd0;
	background-image: url("images/pagebg/th-bg.gif");
	background-repaet: repeat-x;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	padding-bottom: 6px;
	border-bottom: solid 3px #ffffff;
}
table.contentTable td {
	visible: false;
	padding: 5px;
	border-top: solid 2px #ededed;
	line-height: 14px;
}

p.intro {
	visible: true;
	caption: Intro Copy;
	font-family: verdana;
	font-size: 15px;
	line-height: 1.5em !important;
	color: #8f8e8e;
}
p.intro strong {
	visible: false;
	color: #606060;
}
.blueText {
	visible: true;
	caption: Blue Text;
	color: #1b8f8c;
}
.pinkText {
	visible: true;
	caption: Pink Text;
	color: #d33e70;
}
.orangeText {
	visible: true;
	caption: Orange Text;
	color: #e96d1e;
}

.topFiveNumber {
	visible: true;
	caption: Top Five Number;

	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #d33e70;
	display: block;
	margin-right: 8px;
	margin-left: 4px;
}

table.homeTable {
	visible: true;
	caption: HP Table;
	width: 947px;
}
table.homeTable td {
	visible: false;

	padding-left: 20px;
	padding-right: 20px;
	background-image: url("images/dots/gray-v.gif");
	background-position: right;
	background-repeat: repeat-y;
}
td.rightCell {
	visible: true;
	caption: HP Table - Right Cell;
	background: none !important;
	padding-right: none !important;
}

img.right {
	visible: true;
	caption: Image - right aligned;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.left {
	visible: true;
	caption: Image - left aligned;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

