@charset "utf-8";
/* CSS Document */

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-right: 80px;
	margin-left: 80px;
	line-height: 20px;
}
a:link {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #630;
	text-decoration: underline;
}

a:active {
	color: #06C;
	text-decoration: none;
}

a:visited {
	color: #630;
	text-decoration: none;
}


ul, li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 50px;
	
}

body {
	margin: 0px;
	background-color: #CA9968;
	background-repeat: repeat;
}

.bg-main {
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFF;
}


.bg-bot {
	background-image: url(images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 79px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.bg-bot a:link {
	height: 79px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.bg-bot a:visited {
	height: 79px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.bg-bot a:active {
	height: 79px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.bg-bot a:hover {
	height: 79px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}

.design {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 5px;
	font-weight: bold;
}

.design a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
}

.design a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
}

.design a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: none;
}

.design a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 5px;
	font-weight: bold;
	text-decoration: underline;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 80px;
	font-weight: bold;
	color: #976435;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #936533;
	margin-left: 80px;
}

.table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	vertical-align: top;
	padding-left: 10px;
}

.table-hm {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	vertical-align: middle;
}
