.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	color: #88303B;
}
.title_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 150%;
	color: #88303B;
	font-weight: bold;
}
.base_text {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 140%;
	color: #88303B;
}
a:link {
	color: #88303B;
}
a:visited {
	color: #88303B;
}
a:hover {
	color: #88303B;
}
a:active {
	color: #88303B;
}
.largett_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 150%;
	color: #88303B;
	font-weight: bold;
}

.largettnb_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 150%;
	color: #88303B;
	font-weight: normal;
}

/* rotator in-page placement */
    div.rotator ul {
	padding: 0;
	margin: 0;
	}

    div.rotator {
	position:relative;
	height:485px;
	margin-left: 0px;
	display: none;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #88303b;
	padding: 2px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500
}
