body,tr,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
.title{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;

}

.subtitle{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;

}

/* Blue Train Link Begin */
		
.blue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #00ABE8;
}
.blue a:link {
	text-decoration: none;
	color: #00ABE8;
}
.blue a:visited {
	text-decoration: none;
	color: #00ABE8;
}
.blue a:hover {
	text-decoration: none;
	color: #00ABE8;
}
.blue a:active {
	text-decoration: none;
	color: #00ABE8;
}

.orange a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FBA51D;
}
.orange a:link {
	text-decoration: none;
	color: #FBA51D;
}
.orange a:visited {
	text-decoration: none;
	color: #FBA51D;
}
.orange a:hover {
	text-decoration: none;
	color: #FBA51D;
}
.orange a:active {
	text-decoration: none;
	color: #FBA51D;
}

/* Blue Train Link End */