a
{
	text-decoration: none;
	
	color: #bf2f38;
}

body
{
	width: 1000px;
	min-height: 101%;
	
	position: relative;
	
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
	background-color: #f0f0f0;
	color: #000;
	
	font-family: sans-serif;
	font-size: 13px;
	
	text-align: left;
}

fieldset
{
	padding: 0px;
	
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

img
{
	border: 0px none;
}

hr
{
	border-color: #d72222;
	border-style: solid;
	border-width: 1px;
}
