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

.style1 {
	color: #663300;
	background-color: #f5d3a6;
	background-image: url('images/bg.jpg');
}

.center {
	text-align: center;
}

.style2 {
	text-align: center;
	font-size: 48px;
	color: #663300;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #602c13;
	background-color: #e8cca1;
	text-align: left;
	text-indent: 0;
	margin: 0px;
}

.table-topp {
	background-image: url('images/bg1.jpg');
	height: 248px;
}

.table-main {
	background-image: url('images/bg2.jpg');
}

.table-foot {
	background-image: url('images/bg3.jpg');
}

td {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	vertical-align: top;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #663300;
	text-align: center;
}

.sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #663300;
	text-align: center;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #602c13;
	text-align: right;
	text-indent: 0;
	margin: 20px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #602c13;
	text-align: left;
	text-indent: 0;
	margin: 20px;
}

.text-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #602c13;
	text-align: left;
	margin: 20px;
}

.text-indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #602c13;
	text-align: left;
	margin: 40px;
}

a:link {
	color: #846d55;
	text-decoration: underline;
	font-weight: 700;	
}
a:active {
	color: #846d55;
	text-decoration: none;
	font-weight: 700;
}

a:visited {
	color: #846d55;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #602c13;
	text-align: left;
	text-indent: 0;
	margin: 20px;
}


