* { margin:0 auto; padding:0;}
/* Font */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
/* page propeties */
body {
	margin-top: 0px;
    background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #003774;	
}
ul {
	list-style-image:url();
    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;
}

/* Table tags*/
.tableleft {
	padding:10px 10px 30px 50px;
	text-align:justify;
	vertical-align: top;	
}
.tablewhite {
	padding:20px 30px 20px 20px;
	text-align:justify;
	vertical-align: top;	
}
.tablefoot {
	font-size: 10px;
	padding:0px 0px 0px 0px;
	text-align:center;
	vertical-align: top;
	color: #FFF;
}
.body {font-size: 12px}
/* Font used on white table */
.bodydark {
	font-size: 12px;
	color: #000000;
}
/* Title tag */
h1 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
/* Title tag for white table*/
h5 {
	font-size: 24px;
	color: #094555;
	font-weight: bold;
}
/* Subtitle tag */
h2 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	color: #094555;
	font-weight: bold;
}
/* Dark Text tag*/
h3 {
	font-size: 10px; 
	color: #FFFFFF; 
}
/* Footer Text tag*/
h4 {
	font-size: 12px; 
	color: #272727; 	
}
/* Links*/
a.white:link {
	color: #fff;
	text-decoration: none;
}
a.white:visited {
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	color: #6AC1DE;
	text-decoration: underline;
}
a.white:active {
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #023975;
	
}
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: #003774;
	text-decoration: underline;
}
a.foot:active {
	text-decoration: none;
}

p {margin: 1em 0;}
.h1OnWhite{color: #094555;}
.pOnWhite{color: #272727;}
