BODY{
	background-color : 'white';
}

A {
	font-family : helvetica;
	font-size : 8pt;
	color : red;
	text-decoration : none;
}

A:hover {
	font-family : helvetica;
	font-size : 8pt;
	color : blue;
	text-decoration : underline;
}

.main{
	font-size : 11pt;
	text-align : justify;
	font-family : helvetica;
	font-weight : 500;
}

 EM{
 	text-decoration : underline;
	font-weight : 600;
}

 .sml{
 	font-size : 8pt;
	font-weight : 500;
	color : gray;
}

UL{
	text-align : left;
}

 LI{
 	text-decoration : none;
	font-weight : 500;
}

 .big{
 	font-size : 15pt;
	font-weight : 700;
 	text-decoration : underline;
	font-weight : 600;
	text-align : center;
}

.side{
	background-image : url(images/rc_bg.jpg);
	background-position : top;
	background-repeat : no-repeat;
	text-align : center;
	vertical-align : top;
	color : gray;
	font-weight : 600;
}
 
	