.image_center {
	text-align: center;	
}

.p_right {
	text-align: justify;
	text-indent: 10pt;
	vertical-align: middle;
	white-space: normal;
}
.p_left {
	text-align: justify;
	text-indent: 10pt;
	vertical-align: middle;
	float: left;
}
.p_center {
	text-align: justify;
	text-indent: 10pt;
	vertical-align: middle;
	clear: both;
	margin-top: 5px;
}
.page_title {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	/*width: 100%;*/
}

.title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.p_right {
	float: left;
}

.b_and_g {
	width: 90%;
	vertical-align: top;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.g_title {
	font-size: 24px;
	color: #009933;
	font-weight: bold;
}

.b_title {
	font-size: 24px;
	color: #FF3300;
	font-weight: bold;
}

ul li {
	list-style:none;
}
