
	H1{ color: rgb(128,0,0);
		FONT-FAMILY: Verdana;
		font-size : 10pt; }

	H2{ color: rgb(128,0,0);
		FONT-FAMILY: Verdana;
		font-size : 10pt; }

	H5{ color: rgb(128,0,0);
		FONT-FAMILY: Verdana;
		font-size : 10pt; }
	
	A:link { color: rgb(153,153,153); 
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 10pt;
		text-decoration: none; }

	A:visited { color: rgb(153,153,153); 
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 10pt;
		text-decoration: none; }

	A:active { color: rgb(153,153,153); 
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 10pt;
		text-decoration: none; }

	A:hover { color: rgb(128,0,0); 
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 10pt;
		text-decoration: none; }


	.menu A:link { color: rgb(153,0,153); 
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 8pt;
		text-decoration: none; }

	.menu A:visited { color: rgb(153,0,153); 
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 8pt;
		FONT-WEIGHT: bold;
		text-decoration: none; }

	.menu A:active { color: rgb(153,0,153); 
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 8pt;
		FONT-WEIGHT: bold;
		text-decoration: none; }

	.menu A:hover { color: rgb(0,0,0); 
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 8pt;
		FONT-WEIGHT: bold;
		text-decoration: none; }


	P{ color: rgb(128,0,0);
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 10pt; }

	BODY, TH, TD{ color: rgb(128,0,0);
		FONT-FAMILY: Verdana;
    		FONT-SIZE: 10pt; }

	.TitleCell { background: rgb(128,0,0);
		FONT-FAMILY: Verdana;
 		color: rgb(255,255,255);
		FONT-SIZE: 10pt; }

    .AssocCell { background: rgb(236,236,236);
		FONT-FAMILY: Verdana;
 		color: rgb(128,0,0);
		FONT-SIZE: 10pt; }

	.ShadedCell { background: rgb(192,192,192);
		FONT-FAMILY: Verdana;
 		color: rgb(0,0,0);
		FONT-SIZE: 10pt; }

	.required {
		background-image:url(../images/required.gif); 
		background-position:top right; 
		background-repeat:no-repeat;}

	.fieldError { 
		background-color:rgb(255,255,0);
		background-image:url(../images/required.gif); 
		background-position:top right; 
		background-repeat:no-repeat;}

	.Error { 
		color:rgb(255,0,0);}
