@charset "utf-8";
/* CSS Document */

body {
	background-color: #282828;
}
body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#divBotton {
	text-align: center;
	padding: 20px;
}
#divContainer {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#divContentText {
	padding-right: 40px;
	padding-left: 40px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

/* The following removes the gaps that display between the background images in Firefox */

.first {
	margin-top: 0px;
}
.last {
	margin-bottom: 0px;
}
a:link {
	color: #A92D07;
	text-decoration: none;
}
a:hover {
	color: #057E58;
	text-decoration: underline;
}
a:visited {
	color: #A92D07;
	text-decoration: none;
}
table
{
	border-color: #666666;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
}

td,th
{
	border-color: #666666;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	background-color: #FFC;
}
