.Header_Text{
	color: #41d1d8;
	font-family : Arial, sans serif;
	font-size : 18px;
	font-weight : bold;
	text-align : left;
}
.Title_Text{
	color: #41d1d8;
	font-family : Arial, sans serif;
	font-size : 14px;
	font-weight : bold;
}
.Normal_Text{
	color: #ffffff;
	font-family : Arial, sans serif;
	font-size : 12px;
	font-weight : normal;
}
.Subtitle_Text{
	color: #41d1d8;
	font-family : Arial, sans serif;
	font-size : 12px;
	font-weight : bold;
}
a{
	color:#58eaf3;
    font-size:12px;
    font-family : Arial, sans serif;
    text-decoration:underline;
}
a.hover{
	color:#58eaf3;
    font-size:12px;
    font-family : Arial, sans serif;
    text-decoration:underline;
}
p, td{
	margin: 0px;
    color: white;
}

ol{
	margin-top: 0px;
	margin-bottom: 0px;
    color: white;
}
ul{
	margin-top: 0px;
	margin-bottom: 0px;
    color: white;
}