/* 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	background-color: #EDD296;
	background-image : url(litgold.gif);
	/*background-image : url(../brc400c.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-attachment : fixed;
	*/
	scrollbar-base-color: #B29E70;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color : #DEB887;
}



TD			{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFEFD5;
	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: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			font-weight: normal;
			text-align:  left;

		}
H1, H2, H3 {
	text-align : center;
}

P {
	margin : auto, 0.5in;
}