/*  document defaults  */

BODY {
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-arrow-color:#FFCC66;
	scrollbar-darkshadow-color:#999999;
	scrollbar-face-color:#CC0066;
	scrollbar-highlight-color:#CC0066;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	background-color : #FFFFFF;
	margin-top : 0px;
}

H1		{
	font-family: arial, helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	font-weight: bolder;
}

td     {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFCC66;
	color: #CC0066;
	font-weight: normal;
	}
	
		
.txt	{
	text-align: justify;
	}
			
.white	{
	background-color: #FFFFFF;
	}

		
		
/*  begin: links -------------------------------------------------------------*/


a:link, a:visited, a:active {
	font-family: century gothic, arial, helvetica, sans-serif;
	color: #CC0066;
	text-decoration: none;
	font-weight: 500;
	font-size: 100%;
	text-decoration: underline;
}
		
a:hover	{
	color: #FFCC66;
	background-color: #CC0066;
	text-decoration: none;
}



a.moustique:link, a.moustique:visited, a.moustique:active 	{
	font-family: century gothic, arial, helvetica, sans-serif;
	color: #CC0066;
	font-size: 8px;
	vertical-align: top;
	text-decoration: none;
	font-style : italic;
}   
		
a.moustique:hover	{
	color: #CC0066;
	background-color: #DEF2D6;
	text-decoration : none;
}	

/*  end: links  */
