body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	
	margin: 0px;
	padding: 0px;

	color: #000000;
	
	background-color: #ffffff;
}

body a {
	color: #832f09;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}





.dot_top_left {
	height: 1px;
	width: 1px;

	font-size: 0px;
	line-height: 0px;

	background-color: #ffffff;

	position: absolute;
	top: 0px;
	left: 0px;
}

.dot_top_right {
	height: 1px;
	width: 1px;

	font-size: 0px;
	line-height: 0px;

	background-color: #ffffff;

	position: absolute;
	top: 0px;
	right: 0px;
}

.dot_bottom_left {
	height: 1px;
	width: 1px;

	font-size: 0px;
	line-height: 0px;

	background-color: #ffffff;

	position: absolute;
	bottom: 0px;
	left: 0px;
}

.dot_bottom_right {
	height: 1px;
	width: 1px;

	font-size: 0px;
	line-height: 0px;

	background-color: #ffffff;

	position: absolute;
	bottom: 0px;
	right: 0px;
}
