.Normal {
	font-family : "Arial";
	font-size : 10pt
	color: White;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
H1{
	font-family : "Times New Roman";
	font-size : 14pt;
	font-style : italic; 
	font-weight:bold;
	color: #White;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
H2{
	font-family : "Arial";
	font-size : 10pt;
	font-weight:bold;
	color: White;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
.footer{
    font-family:"Arial, Helvetica, sans-serif";
    color:#CEB384;
    font-weight: bolder;
    text-align: center;
    font-size : 10pt
}

.Normal a:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
    text-align: center;
    font-size : 13px;
	color: #FFFFFF;
	text-decoration: underline;
}

.Normal a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
    text-align: center;
    font-size : 13px;
	color: #FFFFFF;
}
.Normal a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
    text-align: center;
    font-size : 13px;
	color: #FFFFFF;
}
.Normal a:hover { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
    text-align: center;
    font-size : 13px;
	color: #ffffff;
	text-decoration: underline;
}
.Normal a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
    text-align: center;
    font-size : 13px;
	color: #FFFFFF;
}



.form{
font-family:"Arial, Helvetica, sans-serif";
color: #122436;
font-weight: bolder;
text-align: left;
font-size : 8pt;
}

