@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	margin: 0px;
	color: #5e5e5e;
}

.class1 A:link {
	text-decoration: none;
	color: #5e5e5e;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.class1 A:visited {
	text-decoration: none;
	color: #5e5e5e;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.class1 A:active {
	text-decoration: none;
	color: #5e5e5e;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.class1 A:hover {
	text-decoration: none;
	color: #de423c;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bold_red {
	color: #de423c;
	font-weight: bold;
	
}	

.light_blue {
	color: #8da7ce;
}	

.gray {
	color: #bababa;
	font-size: 10px;
	line-height: 14px;	
}	

