body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

a {
	color:#5f5f5f;
	text-decoration:underline;
}

a:hover {
	color:#5f5f5f;
}

a.Link {
	color:#102b71;
}

a.Link:hover {
	color:#4678d6;
}

a.MenuLink {
	color:#000000;
	text-decoration:none;
	display:block;
	padding:5px 0;
}

a.MenuLink:hover {
	display:block;
	text-align:center;
	background-image:url(../images/menu_on.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding:5px 0;
}

h1 {
	font-size:25px;
	color:#3f5889;
	padding:0 0 3px 0;
	margin:10px 0 15px 0;
	border-bottom:2px dotted #999999;
}

.clearer {
	clear:both;
}

img.Logo {
	margin-left:6px;
}

.Warning {
	color:#CC3300;
	font-weight:bold;
	font-style:oblique;
}

.Left {
	float:left;
}

.Right {
	float:right;
	margin-right:10px;
}

/**************** Buttons Tabs on Top Header ***************/

a.Tabs {
	background-image:url(../images/tabs.gif);
	font-size:14px;
	text-decoration: none;
	background-repeat: no-repeat;
	display:block;
	text-align:center;
	width:125px;
	height:25px;
	float:left;
	color:#000066;
	padding-top:2px;
	padding-left:1px;
}

a.Tabs:hover {
	background-image:url(../images/tabs_on.gif);
	color:#FFFF00;
}

a.Tabs01 {
	background-image:url(../images/tabs.gif);
	text-decoration: none;
	font-size:14px;
	background-repeat: no-repeat;
	display:block;
	text-align:center;
	margin-left:10px;
	width:124px;
	height:25px;
	float:left;
	color:#000066;
	padding-top:2px;
	padding-left:2px;
}

a.Tabs01:hover {
	background-image:url(../images/tabs_on.gif);
	color:#FFFF00;
}

a.Tabs02 {
	background-image:url(../images/tabs.gif);
	text-decoration: none;
	font-size:14px;
	background-repeat: no-repeat;
	display:block;
	text-align:center;
	margin-left:10px;
	width:125px;
	height:25px;
	float:left;
	color:#000066;
	padding-top:2px;
	padding-left:1px;
}

a.Tabs02:hover {
	background-image:url(../images/tabs_on.gif);
	color:#FFFF00;
}

a.Tabs03 {
	background-image:url(../images/tabs.gif);
	text-decoration: none;
	font-size:14px;
	background-repeat: no-repeat;
	display:block;
	text-align:center;
	margin-left:10px;
	width:126px;
	height:25px;
	float:left;
	color:#000066;
	padding-top:2px;
	padding-left:0;
}

a.Tabs03:hover {
	background-image:url(../images/tabs_on.gif);
	color:#FFFF00;
}

a.AquaButton {
	background-image:url(../images/button_aqua.gif);
	text-decoration: none;
	font-size:14px;
	background-repeat: no-repeat;
	display:block;
	text-align:center;
	width:161px;
	height:24px;
	color:#000066;
	padding-top:2px;
	padding-left:0;
}

a.AquaButton:hover {
	background-image:url(../images/button_aqua_on.gif);
	color:#FFFFFF;
}

/**********************************************************************/

#Container {
	width:781px;
	margin:0 auto;
	background-image:url(../images/center.gif);
	background-repeat:repeat-y;
	background-position:left;
	overflow:hidden;
}

#Header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:147px;
	width:781px;
}


#ZoneTabs {
	height:2px;
	padding-top:101px;
	float:right;
	width:550px;
}

#Navigation {
	width:217px;
	overflow:hidden;
	float:left;
	margin-left:1px;
	
}

#Center {
	float:left;
	width:520px;
	height:100%;
	overflow:hidden;
	padding-right:15px;
	padding-left:20px;
	padding-top:15px;
}

.ZoneCenterTop {
	background-image:url(../images/center_top.gif);
	background-repeat:no-repeat;
	width:513px;
	height:6px;
	position:absolute;
}

.ZoneCenter {
	background-color:#e5e5e5;
	width:483px;
	overflow:hidden;
	padding:0 15px;
}

.ZoneCenter p{
	font-size:12px;
	margin:10px 0 ;
	padding:0;
}

.ZoneCenterBottom {
	background-image:url(../images/center_bottom.gif);
	background-repeat:no-repeat;
	width:513px;
	height:6px;
	margin-bottom:25px;
}

#ZoneFooter {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:92px;
	clear:both;
}

#ZoneFooter .ContactFooter{
	background-image:url(../images/footer_center.gif);
	background-repeat:no-repeat;
	font-size:12px;
	color:#666666;
	height:26px;
	width:485px;
	margin:30px 0 10px 238px;
	padding:10px 25px 0 25px;
	position:absolute;
}


/***********************************************************/

/********************** LIST *******************************/
ul {
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
}

ul.MenuList li {
	padding:3px 5px;
	list-style:none;
	font-size:14px;
	height:25px;
	
}

ul.Listing {
	list-style-image:url(../images/bullet_cruz.gif);
	font-size:12px;
	line-height:26px;
	margin-left:40px;
}

/********************** TABLE *******************************/

table.GenericTable {
	margin:20px 0;
	font-size:12px;
}
	
	
