@charset "UTF-8";
/* CSS Document */

a:active {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small; 
	font-style: normal;
	line-height: normal;
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
	text-decoration: none
}
a.plop:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: blink;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
	background-color: #DDDDDD;
	border-color: #FFFFFF;
}
a.img:link {
	border:none;
	outline: none;
	border-color: #FFFFFF;
	cursor: hand;
}
a.img:visited {	
	border:none;
	outline: none;
	border-color: #FFFFFF;
}
a.img:hover {
	border:none;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	outline: none;
	cursor: hand;
}	
a.img:active {
	border:none;
	outline: none;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
body {
	margin-left: 30px;
	margin-top: 30px;
	background-image: url(images/background6.gif);
	background-repeat: no-repeat;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

