/* CSS Document */


/*new*/



p.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	text-align:left;
}

font.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 1%;
}

font.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1%;
}

font.cut {
	font-family: Arial, Helvetica, sans-serif;
	color: #58024;
	font-size: 11px;
	font-weight: normal;
	padding-left: 1%;
	text-align:left;
}

font.cutx {
	font-family: Arial, Helvetica, sans-serif;
	color: #5B002E;
	font-size: 11px;
	font-weight: bold;
}

a.comp:link {
	color: #5b002e;
	text-decoration: none;
	background-color: transparent }
	
a:link {
	color: #000;
	text-decoration: none;
	background-color: transparent }

a:visited {
	color: #000;
	text-decoration: none;
	background-color: transparent }
	
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #902141 }
	
a:active {
	color: #999;
	text-decoration: none;
	background-color: transparent }
