/* Align to center */
.center {
	text-align: center;
}

/* Table border */
table.border {
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px solid #98AAD1;
}

/* Title font size */
td.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

/* Body font size */
td.bodytext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/* Small font size */
td.smalltext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

/* Link Style */
a {
	color: #364478;
	text-decoration: none;
}
a:link {
	color: #364478;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/* Input form style */
input.call {
	background-color: #FFFFFF;
	border: #FFFFFF;
	text-align: center;
}

