@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(page-bg.jpg);
}
h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #3a7895;
	text-decoration: none;
}
a:visited {
	color: #3a7895;
	text-decoration: none;
}
a:hover {
	color: #924a32;
	text-decoration: underline;
}
a:active {
	color: #3a7895;
	text-decoration: none;
}
a.index:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.index:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a.index:hover {
	color: #924a32;
	text-decoration: none;
	font-size: 11px;
}
a.index:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.text-tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
}
.text-tiny-home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.text-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.text-heading-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6a7c4e;
	font-size: 14px;
	font-weight: bold;
}
.bottom-left-shadow {
    background-image: url(pages-under-nav-bg.jpg);
	background-repeat:repeat-y;
}	

.bottom-right-shadow {
    background-image: url(pages-under-right-bg.jpg);
    background-repeat:repeat;
}
.text-index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}
