* { margin:0 auto; padding:0;}
/* Font */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
/* page propeties */
body {
	margin-top: 0px;
	background-image:url(images/bg.gif);
	background-color: #89AAB1;	
}
ul {
	list-style-image:url(images/arrow.gif);
    padding: 0;
    margin-left: 3em;

}
/* 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*/
.tableltblue {
	background-color:#428c9f;
	padding:20px 20px 30px 20px;
	text-align:justify;
	vertical-align: top;	
}
.tableblue {
	background-color:#094555;
	padding:20px 20px 30px 20px;
	text-align:justify;
	vertical-align: top;	
}
.tablewhite {

	padding:20px 20px 30px 20px;
	text-align:justify;
	vertical-align: top;	
}
.tablefoot {
	background-color:;
	font-size: 10px;
	padding:5px 5px 5px 5px;
	text-align:center;
	vertical-align: top;	
}
.body {font-size: 12px}
/* Font used on white table */
.bodydark {
	font-size: 12px;
	color: #000000;
}
/* Title tag */
h1 {
	font-size: 24px;
	color: #FFFFFF;
	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.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: #094555;
	text-decoration: none;
}
a:visited {
	color: #094555;
	text-decoration: none;
}
a:hover {
	color: #094555;
	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;
}

p {margin: 1em 0;}
.h1OnWhite{color: #094555;}
.pOnWhite{color: #272727;}