a {
	color: #222cff;
	text-decoration: none;
}

a:hover {
	color: #222cff;
	text-decoration: underline;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.x_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}

.x_small_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

body {
	background-image: url(../images/bkgd_v2.jpg);
}

table {
	background-color: #999999;
}

img {
	border: 0;
}