body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C8C8C8;	
}

table.standard {
	font-size: 0.8em;
	color: #333333;
	width: 95%;	
	background-color: #fff;
}


table.header {
	background-image: url(../images/bg_header.gif);
	width: 95%;
	background-repeat: no-repeat;
	background-color: #fff;
}
table.header td.nav {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: .9em;
}
table.footer {
	background-image: url(../images/bg_footer.gif);
	width: 95%;
	
	background-color: #fff;
}
table.content {
	font-size: 0.9em;
	color: #333333;
	width: 95%;
	background-color: #fff;
	
}
table.content td.motif{
	background-image: url(../images/motif.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}
table.content tr.title_grey, td.title_grey{
	background-image: url(../images/title_grey.gif);
	background-repeat: no-repeat;
	font-weight: bold;	
}
table.content tr.title_green, td.title_green{
	background-image: url(../images/title_green.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #DCE2E0;
}
a:hover {
	color: #DCE2E0;
}
