.Header_Text{
	color: #2D4188;
	font-family : Arial, sans serif;
	font-size : 25px;
	font-weight : bold;
	text-align : left;
}
.Title_Text{
	color: #0A3D6D;
	font-family : Arial, sans serif;
	font-size : 15px;
	font-weight : bold;
}
.Normal_Text{
	color: Black;
	font-family : Arial, sans serif;
	font-size : 15px;
	font-weight : normal;
}
.Subtitle_Text{
	color: #0A3D6D;
	font-family : Arial, sans serif;
	font-size : 20px;
	font-weight : bold;
}
.Important_Text{
	color: #4D6FA6;
	font-family : Arial, sans serif;
	font-size : 15px;
	font-weight : normal;
	font-style : italic;
}
a.link{
	color: blue;
}