body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.jpg);
    
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #E6DACE;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 9px;
    color: #9C9687;
}

a {
    font-weight: bold;
    color: #0000cc;
}

a:hover {
	text-decoration: none;
	color: #0066cc;
}


/* backgrounds */

.bg1 {
    background-image: url(/images/index02.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(/images/index10.jpg);
    background-repeat: repeat-x;
}

.bg3 {
    background-image: url(/images/index11.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg4 {
    background-image: url(/images/index13.jpg);
    background-repeat: repeat-x;
}

.bg5 {
    background-image: url(/images/index14.jpg);
    background-position: right top;
}

.bg6 {
    background-image: url(/images/index15.jpg);
}

.bg7 {
    background-image: url(/images/index16.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg8 {
    background-image: url(/images/index17.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg9 {
    background-image: url(/images/index18.jpg);
    background-repeat: repeat-x;
}

.bg10 {
    background-image: url(/images/index19.jpg);
    background-repeat: repeat-x;
}

.bg11 {
    background-image: url(/images/index21.jpg);
    background-repeat: no-repeat;
}

.bg12 {
    background-image: url(/images/index22.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.bg13 {
    background-image: url(/images/index23.jpg);
    background-position: right top;
    background-repeat: repeat;
}

.bg14 {
    background-image: url(/images/index24.jpg);
    background-repeat: repeat;
}


/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 9px;
    color: #5A564D;
}

.style1 a {
    font-weight: normal;
    color: #5A564D;
    text-decoration: none;
}

.style1 a:hover {
    text-decoration: underline;
}

A:link {
	text-decoration: underline;
	color: #0000cc;
}
A:hover {
	color: #0288da;
	text-decoration: underline;
}
A:visited {
	text-decoration: underline;
	color: #0288da;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav td:hover{
   
}
h1 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 33px;
}

h2 {
	padding: 0px;
	margin: 5px 0px 10px 0px;
	font-size: 16px;
}

h3 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

h4 {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	font-size: 10px;
}

.navigation {
	color: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

A.navigation{ 
	color: #fff;
	text-decoration: none;
}

A.navigation:hover {
	color: #f0f0f0;
	text-decoration: underline;
}
	
.black {
	color: #000000;
}

A.black { 
	color: #000000;
	text-decoration: none;
}

A.black:hover {
	color: #000000;
	text-decoration: underline;
}

.white {
	color: #FFFFFF;
}

A.white { 
	color: #fff;
	text-decoration: none;
}

A.white:hover {
	color: #f0f0f0;
	text-decoration: underline;
}

.green {
	color: #48b61c;
}

A.green { 
	color: #48b61c;
	text-decoration: none;
}

A.green:hover {
	color: #48b61c;
	text-decoration: underline;
}

.header {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #406577;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.footer_text {
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

A.footer_text {
	color: #000000;
	text-decoration:underline;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

A.footer_text:hover {
	color: #f0f0f0;
	text-decoration:underline;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}

hr {
	color: #dfdfdf;
	background-color: #d5d5d5;
	height: 1px;
	border: 0px solid #d5d5d5;
}
#closepanel{
    font-size:12px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    border-right:1px solid #ccc;
    cursor:pointer;
}
#closepanel:hover{
    background:#f5f5f5;
    color:#ccc;
}