@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	background-color: #29201a;
	background-image: url(images/back-image.gif);
	background-repeat: repeat-x;
}

a:link {
	outline: none;
	color: #CCC;
	text-decoration: none;
}
a:visited {
	outline: none;
	text-decoration: none;
	color: #CCC;
}
a:hover {
	outline: none;
	text-decoration: underline;
	color: #CCC;
}
a:active {
	outline: none;
	text-decoration: none;
	color: #CCC;
}


.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-align: justify;
	line-height: 18px;
}
.text-heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #CCC;
	text-align: justify;
	line-height: 18px;
}
.link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-align: right;
	line-height: 18px;
}
.recent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #CCC;
	text-align: justify;
	line-height: 18px;
	font-weight: normal;
}
.copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	line-height: 18px;
}
.bottom-table {
	background-color: #83b438;
	background-image: url(images/bottom-table-bak.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
}
.presentations {
	font-size: 16px;
	text-align: justify;
}
.con {
	border: 1px solid #d87c11;
}
