a: {
	color: #C00;
 }
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
.blue {
	color: #22222e;
}
.red {
	color: #990000;
}
.grey {
	color: #666666;
}
.white {
	color: #ffffff;
}
.header {
	font-weight: bolder;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif
}
.body {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify
}
.caption {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif
}
.table_text {
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}