/* brc stylesheet 1 
not yet implemented in all pages */

A:link 		{color: Blue; text-decoration: none }
A:visited 	{color: Blue; text-decoration: none }
A:active 	{color: green; text-decoration: none;}
A:hover		{color: red; text-decoration: underline;}

BODY 		{color: black;
			font-family: Georgia, Times New Roman, Serif;
			font-weight : bold;
			background-color: #EFE7F7;
/*			background-image : url(../brc400c.jpg); */
			background-repeat : no-repeat;
			background-position : center;
			background-attachment : fixed;
			{
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:;
	scrollbar-base-color: #ADCDF1;
	scrollbar-track-color:;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color:;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:
}

		}

TD			{font-family: Georgia, Times New Roman, Serif;
			font-weight: bold;
			background-color: #EFE7F7;
			text-align:  center;
			
		}

A.white:link 		{color: #566678; text-decoration: none }
A.white:visited 	{color: #566678; text-decoration: none }
A.white:active 		{color: fuscia; text-decoration: none;}
A.white:hover		{color: red; text-decoration: none;}


TD.two	{font-family: Georgia, Times New Roman, Serif;
			font-size: 8pt;
			font-weight: normal;
			text-align:  left;

		}
