﻿body
{
		font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	color							: #0E465F;
	
	
}
a
{
	color: #316ac5;
}
a:hover
{
	color: #0e465f;
}

h1 {
	font-size						: 18px;
	font-style						: normal;
	line-height						: normal;
	font-weight						: normal;
	color							: #0053A0;
	border-bottom					: 1px solid #FFFFFF;
	margin-bottom					: 4px;

	letter-spacing					: .9px;
	text-align: center;
}
h2 {
	font-size						: 16px;
	font-style						: normal;
	line-height						: normal;
	color							: #316ac5;
	margin-bottom					: 4px;
	margin-right					: 8px;
	letter-spacing					: .7px;
}
h3 {
	font-size						: 14px;
	font-style						: normal;
	line-height						: normal;
	font-weight						: none;
	color							: #316ac5;
	margin-top						: 3px;
	margin-bottom					: 3px;
	margin-right					: 1px;
	letter-spacing					: -1px;
	text-decoration					: underline;
}

.Red_Hightlight
{
	color: red;
}