body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E2E0D6;
	font-size: 12px;
}

.bg {
	background-color: #e2e0d6;
	background-repeat: no-repeat;
	border: #4F4B37 1px solid;
	background-image: url(../images/background.jpg);
}

.maintbl-top {
	background-image: url(../images/template_r2_c4.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	color: white;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;	
}

h1 {
	color: #333;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;	
	padding-left: 5px;
	padding-right: 5px;
	}

p {
	padding-left: 10px;
	padding-right: 5px;
}

a:link {
	color: #4F4B37;
}

a:hover {
	color: #4F4B37;
	font-weight: bold;
}

a:visited {
	color: #4F4B37;
}

a:active {
	color: #4F4B37;
}

.maintbl-mid {
	background-image: url(../images/template_r9_c4.jpg);
	background-repeat: repeat-y;
}

.mid-right {
	background-image: url(../images/side-line.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.mid-left {
	background-image: url(../images/side-line.jpg);
	background-repeat: repeat-y;
	background-position: left;

}

.nav {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: white;
	}
	
.nav a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

.nav a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;	
}

.nav a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

.nav a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;	
}
	
.bdr-top {
	border-top: #4F4B37 1px solid;
}

