* { margin:0 auto; padding:0;}
/* Font */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/* page propeties */
body {
	margin-top: 0px;
	background-color: #7d898e;	
}
ul {
    padding: 0;
    margin-left: 4em;

}
/* Images tags */
.img {
padding: 10px 10px 10px 10px;
}
.imgleft {
float: left;
padding: 10px 10px 10px 0px;
}
.imgright {
float: right;
padding: 10px 0px 10px 10px;
}
.imgcenter {
float: middle;
padding: 10px 0px 10px 0px;
}
.body {font-size: 12px}
/* Font used on white table */
.bodydark {
	font-size: 12px;
	color: #4E4D4D;
}
/* Title*/
h1 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
/* Subtile*/
h2 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
/* Bold */
h3 {
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold;
}
/* Title tag for white table*/
/* Title*/
h4 {
	font-size: 18px;
	color: #4e4d4d;
	font-weight: bold;
}
/* Subtile*/
h5 {
	color: #4e4d4d;
	font-size: 14px;
	font-weight: bold;
}
/* Bold */
h6 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
/* Footer Text tag*/
.foot {
    font-size: 10px; 
	color: #fff; 
}
/* Links*/
a.blue:link {
	color: #094555;
	text-decoration: none;
}
a.blue:visited {
	color: #094555;
	text-decoration: none;
}
a.blue:hover {
	color: #0364e9;
	text-decoration: underline;
}
a.blue:active {
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* Footer Link*/
a.foot:link {
	font-size: 10px; 
	color: #ffffff;
	text-decoration: none;
}
a.foot:visited {
	color: #ffffff;
	text-decoration: none;
}
a.foot:hover {
	color: #00CAFF;
	text-decoration: underline;
}
a.foot:active {
	text-decoration: none;
}
