body {
	font-family: arial, helvetica, serif;
	font-size: 11PX;
	margin: 0;
	background-image: url(images/BGleft.gif);
	background-position: left;
	background-repeat: repeat-y;
}

p {
	font-family: arial, helvetica, serif;
	font-size: 12PX;
	clear: left;
	padding: 10px;
	margin: 0;
}
td {
	font-family: arial, helvetica, serif;
	font-size: 12PX;
}


a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #ED1C24;
	font-weight: bold;
}

a:visited {
	color: #ED1C24;
	font-weight: bold;
}

a:active {
	color: #ED1C24;
	font-weight: bold;
}

a:hover {
	color: #0081C9;
	text-decoration: underline;
	font-weight: bold;
}
.bluTEXT {
	color: #0081C9;
}