body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.fringeTop {
	background-image: url(images/fringe_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.contentPad {
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 19px;
}

.homeContentPad {
	padding-top: 24px;
}
td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: 666666;
}

a   { 
	color: #EF59A5; 
	text-decoration: underline;
}

a:hover   { 
	color: #EF59A5; 
	text-decoration: none;
}

.leftNav {
	background-image: url(images/back_leftNav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	height: 26px;
	line-height: 14px;
}

.leftNav a {
    font-weight: bold;
	color: #65870D; 
	text-decoration: none;
}

.leftNav a:hover {
    font-weight: bold;
	color: #425808; 
	text-decoration: none;
}

.subHeadPink {
	color: #E83A81;
	font-size: 16px;
	font-weight: bold;

}.subContentPad {
	padding-top: 21px;
	padding-left: 13px;
}
