.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;
}

body {
    #color: #7c6300;
    font-size: 12px;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	color: #7c6300;
	font-size: 12px;
    margin: 0;
}
ol{
	margin-top: 0;
	margin-bottom: 0;
}
ul{
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #2b8e65;
}

a:hover{
	color: #907a20;
}