body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.tableborder1 {
	border: 1px solid black;
	border-collapse: collapse;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 10px;
	text-align: justify;
}

.text2 {
    font-size: 9px;
    color: #BD8878;
    color: #000000;
}

.text3 {
    font-size: 10px;
	text-align: center;
}

.text4 {
    font-size: 10px;
	text-align: justify;
	font-weight: bold;
	color: #000000;
}

.text5 {
	text-align: center;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.text6 {
	text-align: left;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.text7 {
	text-align: left;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a {
	text-decoration: none;
    color: #A05B3C;
    color: #0000FF;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(images/index01.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index02.jpg);
    background-repeat: repeat-x;
}

.bg3 {
    background-image: url(images/index09.jpg);
    background-position: right top;
}

.bg4 {
    background-image: url(images/index11.jpg);
}

.bg5 {
    background-image: url(images/index12.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg6 {
    background-image: url(images/index13.jpg);
    background-repeat: repeat-x;
}

img { border: none; }

.img1 {
    margin-left: -4px;
}

.img2 {
    margin-left: -3px;
}

/*
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: #000000;
}

.style1 a {
    color: #000000;
}

.style1 a:hover {
}

input, select, textarea {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  background-color:#E9E5D9;
  border-color:#E9E5D9;
  border-style:inset;
  border-width:2px;
  color:000000;
}

.bluebutton {
	background-color:#9CDBED;
	font-size:14px;
}