.index_bg {
	background-image: url(images/index_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body,tr,td {
	font-size: 12px;
        color:#005193;
        line-height: 150%;
}
a.blue:link {
	font-size: 12px;
	color: #005193;
	text-decoration: none;
}
a.blue:visited {
	color: #005193;
	text-decoration: none;
	font-size: 12px;
}
a.blue:hover {
	font-size: 12px;
	color: #005193;
	text-decoration: underline;
}
blue_bold {
	font-size: 12px;
	font-weight: bold;
	color: #005193;
}
.grey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #C2C2C2;
}

