body {
	margin: 0px;
	padding: 5px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-image: url(images/bullet-red.gif);
}
.red {
	color: #CC0000;
}
.border {
	border: 1px dotted #CC0000;
}
