p.grey {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	background-color:#FFFFFF;
	border: 0px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}
td.left_bg {
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right;

}
td.right_bg {
	background-image: url(images/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left;

}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
a:HOVER {
	color:#333333;
}
.main {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
