/* title font style */
.page_title {
	font-family:Arial;
	font-size: 18px;
	font-weight: bold;
	font-style: regular;
	color: #333333;
}


.title {
	font-family:Arial;
	font-size: 18px;
	color: #004080;
	font-weight: bold;
}

.subtitle {
	font-family: verdana, Arial;
	font-size: 11.5px;
	font-weight: bold;
}

.text_body {
	font-family: verdana, tahoma;
	font-size: 11px;

}

.link {
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #800040;
}

