body {
	background-color: #e1daca;
	font-family: "Times New Roman", Times, serif;
	}

#canvas{
	background: url(images/bg.jpg) repeat-x;
	width: 100%;
	height: auto;
	min-height: 600px;
	text-align: center;
}

.header {
	width: 762px;
	height: 175px;
	background-image: url(images/header.jpg);
	}

.middle {
	width: 762px;
	background-color: #FFFFFF;
	}

.cont {
	padding: 15px;
	}

.title {
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	}

.sep_red {
	margin-left: 10px;
	margin-right: 10px;
	height: 1px;
	background-color: #993300;
	}

.answer {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	margin-bottom: 25px;
	}

.textbig {
	font-size: 20px;
	font-weight: bold;
	color: #993300;
	}

.texttitle {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	}

.textanswer {
	font-size: 14px;
	color: #1f1e1e;
	}

.textlink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #993300;
	}
.textlink:hover {
	text-decoration: none;
	}

.textred {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	}
	
	
.tablestyle {
	background-color: #e1daca;
	padding: 10px;
	color: #666666;
	border:dashed;
	border-width:thin;
	border-color:#993300;
	font-size:18px;
}
.message{
	font-size:18px;
	color: #FF0000;
	text-align:center;
	font-weight: bold;
}