/************************************************************************/
/* MAIN SITE STYLES							*/
/************************************************************************/

body
	{
	background-image	   : url("http://www.lamagnanerie.com/images/back_site.jpg");
	background-attachment	   : fixed;
	background-repeat	   : no-repeat;
	background-position	   : left top;

	margin-top		   : 0;
	margin-left		   : 0;
	margin-right		   : 0;
	margin-bottom		   : 0;

	color			   : darkslategray; 
	font-size		   : 9pt; 
	font-family		   : "Verdana";
	font-weight		   : bold;
	text-decoration		   : none;

	scrollbar-face-color	   : #FFFF00; 
	scrollbar-shadow-color     : #00552B;
	scrollbar-highlight-color  : #EEEEEE; 
	scrollbar-3dlight-color    : #00552B;
	scrollbar-darkshadow-color : #505050; 
  	scrollbar-track-color      : #FFFF00;
	scrollbar-arrow-color      : #CAB9E5;
	}

/************************************************************************/
/* TABLE								*/
/************************************************************************/

td
	{
	color			: darkslategray; 
	font-size		: 9pt; 
	font-family		: "Verdana";
	font-weight		: bold;
	text-decoration		: none;
	text-align		: justify;
	}

#PurpleText
	{
	color			: rgb(140,41,230); 
	font-size		: 9pt; 
	font-family		: "Verdana";
	font-weight		: bold;
	text-decoration		: underline;
	}

#DisclaimerText
	{
	color			: darkslategray; 
	font-size		: 8pt; 
	font-family		: "Verdana";
	font-weight		: bold;
	text-decoration		: none;
	}

#PurpleBackground
	{
	background-color	: rgb(187,172,211);
	color			: darkslategray; 
	font-size		: 8pt; 
	font-family		: "Verdana";
	text-decoration		: none;
	text-align		: center;
	}

#WhiteBackground
	{
	background-color	: whitesmoke;
	color			: darkslategray; 
	font-size		: 8pt; 
	font-family		: "Verdana";
	text-decoration		: none;
	text-align		: center;
	}

#PurpleCell
	{
	background-color	: rgb(187,172,211);
	color			: darkslategray; 
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration		: none;
	text-align		: center;
	}

#WhiteCell
	{
	background-color	: whitesmoke;
	color			: darkslategray; 
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration		: none;
	text-align		: center;
	}

#RightAligned
	{
	color			: darkslategray; 
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration		: none;
	text-align		: right;
	}

#CenterAligned
	{
	color			: darkslategray; 
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration		: none;
	text-align		: center;
	}

/************************************************************************/
/* LINKS								*/
/************************************************************************/

a:link
	{
	color		 	: rgb(140,41,230);
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration  	: none;
	}

a:visited
  	{
	color		 	: rgb(140,41,230);
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration  	: none;
	}

a:active
   	{
	color		 	: rgb(140,41,230);
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration  	: none;
	}

a:hover
   	{
	color		 	: rgb(140,41,230);
	font-size		: 9pt; 
	font-family		: "Verdana";
	text-decoration  	: underline;
	}

/************************************************************************/
/* 			  E N D   O F  S T Y L E S	     		*/
/************************************************************************/


