body
{
	background-attachment: fixed;
	background-color: rgb(255,255,255);
	background-image: url("images/background.jpg");
	background-repeat: repeat-y;
	color: rgb(199,56,0);
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a
{
	color: rgb(199,56,0);
	text-decoration: none;
}

a:hover {text-decoration: underline;}

table
{
	margin: -10px 0px;
	width: 100%;
}

td
{
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
}

p
{
	margin: 10px 20px;
	text-align: justify;
	text-indent: 0px;
}

div, img
{
	border-color: rgb(160,160,160);
	border-style: solid;
	border-width: 0px;
}

div {text-align: left;}

ol, ul
{
	margin: 10px 0px 10px 40px;
	text-align: justify;
}

ol {list-style-type: decimal-leading-zero;}

ul {list-style-type: square;}

li {margin: 10px 0px;}