body {
	background-image:  url(images/bg_body.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a.content_link:link {
	text-decoration: none;
	color: #1E5281;
 	font-weight: bold;
}
a.content_link:visited {
	text-decoration: none;
	color: #1E5281;
 	font-weight: bold;
}
a.content_link:hover {
	text-decoration: none;
	color: #66CC33;
 	font-weight: bold;
}
a.content_link:active {
	text-decoration: none;
}
.Instructions
{
    FONT-WEIGHT: bold;

    COLOR: red;
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    TEXT-DECORATION: none
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1E5281;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
a.footer_link:link {
	text-decoration: none;
	color: #999999;
}
a.footer_link:visited {
	text-decoration: none;
	color: #999999;
}
a.footer_link:hover {
	text-decoration: none;
	color: #1E5281;
}
a.footer_link:active {
	text-decoration: none;
}