* { 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: #585858;
	text-align:left;
}
	
ul {
    padding: 0;
    margin-left: 3em;

}
/* Images tags */
.img {
padding: 10px 10px 10px 10px;
}
.imgleft {
float: left;
padding: 10px 30px 10px 0px;
}
.imgright {
float: right;
padding: 10px 0px 10px 25px;
}
.imgcenter {
float: middle;
padding: 10px 0px 10px 0px;
}

/* Table tags*/
.tableltblue {
	padding:20px 30px 40px 50px;
	text-align:justify;
	vertical-align: top;	
}
.tableblue {
	padding:20px 30px 40px 50px;
	text-align:justify;
	vertical-align: top;	
}
.tableblack {
	padding:10px 5px 10px 10px;
	text-align:justify;
	vertical-align: top;	
}

.body {font-size: 12px}

/* Title tag */
h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}
/* Title tag for white table*/
h5 {
	font-size: 24px;
	color: #fffff;
	font-weight: bold;
}
/* Subtitle tag */
h2 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
/* Dark Text tag*/
h3 {
	font-size: 10px; 
	color: #FFFFFF; 
}
/* Footer Text tag*/
h4 {
	font-size: 12px; 
	color: #ffffff;
	font-weight:bold; 	
}
/* Links*/
a.blue:link {
	color: #094555;
	text-decoration: none;
}
a.blue:visited {
	color: #094555;
	text-decoration: none;
}
a.blue:hover {
	color: #094555;
	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;
	font-family: Ariel, Helvetica, sans-serif;
}
/* 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;
}

