BODY, td{
	font-family: Arial;
    font-size:12px;
}

.Header_Text{
	color: #5e5e5e;
	font-family : serif;
    font-size : 16px;
	font-weight : bold;
	text-align : left;
    text-transform:uppercase;
    padding-left:125px;
}
.Title_Text{
	color: #5e5e5e;
	font-family : Arial, sans serif;
	font-size : 14px;
	font-weight : bold;
}
.Normal_Text{
	color: #000000;
	font-family : Arial, sans serif;
	font-size: 12px;
	font-weight : normal;
}
.Subtitle_Text{
	color: #5e5e5e;
	font-family : Arial, sans serif;
	font-size : 12px;
	font-weight : bold;
}
.Important_Text{
	color: #5e5e5e;
	font-family : Arial, sans serif;
	font-size : 12px;
	font-weight : normal;
	font-style : italic;
}
a {
	color: #000000;
    font-family : Arial, sans serif;
    text-decoration:underline;
}
p{
    margin: 0px;
}
ol{
    font-family : Arial, sans serif;
    margin-top: 0px;
	margin-bottom: 0px;
}
ul{
    font-family : Arial, sans serif;
    margin-top: 0px;
	margin-bottom: 0px;
}