* { margin:0 auto; padding:0;}
/* Font */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* page propeties */
body {
    background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #AACADF;	
}
ul {
	list-style-image:url();
    padding: 0;
    margin-left: 4em;

}
/* Images tags */

.imgleft {
float: left;
padding: 10px 10px 10px 0px;
}
.imgright {
float: right;
padding: 10px 0px 10px 30px;
}
.imgcenter {
float: middle;
padding: 10px 0px 10px 0px;
}

}

/* Table tags*/
/* top, right, bottom, left */
.tableleft {
	padding:0px 0px 0px 0px;
	text-align:justify;
	vertical-align: top;	
}
.tablemain {
	padding:30px 30px 40px 30px;
	text-align:justify;
	vertical-align: top;	
}
.tablegreen {
	padding:5px 10px 5px 10px;
	text-align:justify;
	vertical-align: top;	
}
.tablegreen2 {
	padding:15px 15px 15px 15px;
	text-align:justify;
	vertical-align: top;	
}
.tablefoot {
	font-size: 10px;
	padding:10px 10px 0px 10px;
	text-align:center;
	vertical-align: top;
	color: #31749F;
}
.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*/

/* Subtitle tag */
h2 {
	font-size: 18px;
	color:#5C0D09;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color:#81413F;
	font-weight: bold;
}
/* Links*/
a:link {
	color: #31749F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #31749F;
}
a:hover {
	text-decoration: underline;
	color: #31749F;
}
a:active {
	text-decoration: none;
	color: #8F9E1D;
}
/* Footer Link*/
a.foot:link {
	font-size: 10px; 
	color: #31749F;
	text-decoration: none;
}
a.foot:visited {
	color: #31749F;
	text-decoration: none;
}
a.foot:hover {
	color: #31749F;
	text-decoration: underline;
}
a.foot:active {
	text-decoration: none;
}

p {margin: 1em 0;}
.h1OnWhite{color: #094555;}
.pOnWhite{color: #272727;}

