* { margin:0 auto; padding:0;}
/* Font */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* page propeties */
body {
	margin-top: 0px;
	background-color:#A4A2A3;
}
ul {
color:#333333;
    padding: 0;
    margin-left: 4em;

}
/* Images tags */
.img {
padding: 10px 10px 10px 10px;
}
.imgleft {
float: left;
padding: 35px 10px 10px 0px;
}
.imgright {
float: right;
padding: 10px 35px 10px 35px;
}
.imgcenter {
float: middle;
padding: 10px 0px 10px 0px;
}

/* Table tags*/
.tableleft {
	padding:30px 20px 10px 35px;
	background-image:url(images/repeat.gif);
	vertical-align: top;	
}
.tablewhite {
	padding:40px 35px 15px 40px;
	text-align:right;
	vertical-align: top;
	color:#FFFFFF;
	background-image:url(images/header.gif);
}
.tablefoot {
background-image:url(images/repeat.gif);
    color:#000;
	font-size: 10px;
	padding:5px 5px 5px 5px;
	text-align:center;
	vertical-align: CENTER;	
}
.body {font-size: 12px}
/* Font used on white table */
.bodydark {
	font-size: 12px;
	color: #000000;
}
/* Title tag */
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px; 
	font-weight: bold;
}
h4 {
font-size: 12px; 
	font-weight: bold;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
	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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	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;}
