body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
	font-size: 14px;
}
.header {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
.footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.content {
	background-image: url(images/cantent_bg.jpg);
	background-repeat: repeat;
}.btn_space {
	padding-top: 5px;
}
.text {
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
	text-align: justify;
}
.footer_link {
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
}
.footer_link a{
	color: #60360E;
	text-decoration: none;
	line-height: 1.5em;
}
.footer_link a:hover{
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
}
.highlight {
	font-size: 16px;
	color: #990000;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
}
.highlight a{
	font-size: 16px;
	color: #990000;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
}
.highlight a:over{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
}
.border {
	border: 1px dashed #000000;
	padding: 6px;
}

