/* CSS rhf */

	:link { color: #ffffff; text-decoration:none } /* unvisited */
	:visited { color: #ffffff; text-decoration:none } /* once visited */
	:active { color: #A4001C; text-decoration:none }  /* as it is clicked */
	/*:hover { color: #000000; text-decoration:none }   /* with mouse over */


.indent_list 	{ color: #A4001C; margin-left:0px; FONT-family: verdana; FONT-size: 1em; font-weight:000; text-align: justify; margin-right: 0px; margin-top: 0px}


	p.std		{ FONT-family: verdana; FONT-size: 1em;  font-weight:000; text-align: justify; margin-left: 2px; margin-right: 0px; margin-top: 0px; color: #666666 }
	p.std_parag	{ FONT-family: verdana; FONT-size: 1em;  font-weight:000; text-align: justify; margin-left: 2px; margin-right: 200px; margin-top: 0px; color: #666666 }
	p.button	{ FONT-family: verdana; FONT-size: 1em;  font-weight:800; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; color: #ffffff } 

	h1       {font-family:verdana; font-size:2.1em; font-weight:000;  text-align:left; margin:20px  0px 15px  0px; color:#A4001C}        /* T R B L */ 
	h2       {font-family:verdana; font-size:1.2em; font-weight:000;  text-align:left; margin:20px  0px 20px  0px; color:#333333}       /* T R B L */   

	
	body {
	background-color: #ffffff;
	padding-top: 0px;
	text-align: justify;
	font-size: 0.8em;
	font-family: verdana;
	color: #666666;
	}













/* end CSS */