.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-align: left;
	font-weight: bolder;
	padding: 0px;
	margin-left: 10px;
	padding-left: 20px;
	height: 22px;
	background-color: #cac4bb;
}

.navactive {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-align: left;
	font-weight: bolder;
	padding: 0px;
	margin-left: 10px;
	padding-left: 20px;
	height: 22px;
	background-color: #E6277F;
	color: #FFFFFF;
	background-image: url(../images/btn_bgpink.gif);
	background-repeat:no-repeat;
	background-color: #cac4bb;
}

.navactive_tall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	text-align: left;
	font-weight: bolder;
	padding: 0px;
	margin-left: 10px;
	padding-left: 20px;
	height: 22px;
	background-color: #E6277F;
	color: #FFFFFF;
	background-image: url(../images/btn_bgpink_lrg.gif);
	background-repeat:no-repeat;
}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	margin-left: 10px;
	padding-left: 20px;
	list-style-type: none;
	background-color: #DCD5CA;
}

p{
	padding:0px;
	line-height:150%;
}


