html, body {
   margin: 0px;
   padding: 0px;
   height:100%;
   border:none;
}

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

tr {
    vertical-align: top;
}

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

.align-justify {
    text-align: justify;
    font-size: 12px;
}
.align-center {
    text-align: center;
    font-size: 12px;
}

.text1 {
    font-size: 10px;
}

.text2 {
    font-size: 9px;
    color: #BCC8CF;
    margin-top:34px;
}

a {
    color: #738BAD;text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

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

.bg3 {
    background-image: url(images/index15.jpg);
    background-repeat: repeat-y;
}

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

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

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


input.groovybutton {
   color:#FFFFFF;
   background-color:#778FB1;
   border: solid 1px #ffffff;
}

input, select {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border: solid 0px #85b1de;
    font-size: 13px;
    background-color: #d6e5f4;
    padding: 0px 2px;
}



table.report {
	width:725;
	text-align: left;
	font-size: 12px;
	font-family: verdana;
	background: #c0c0c0;
	table-layout: fixed;
	margin-left:5px;
}

table.report thead {
	cursor: pointer;
}

table.report thead tr,
table.report tfoot tr {
	background: #c0c0c0;
}

table.report tbody tr {
	background: #f0f0f0;
}

table.report td, th {
	border: 1px solid white;
	color:black;
	word-wrap: break-word;
}

table.report tr.highlight {
	background: #c0c0c0;
}

table.report a:link {text-decoration: none; color: blue;}
table.report a:visited {text-decoration: none; color: blue;}
table.report a:active {text-decoration: none; color: blue;}
table.report a:hover {text-decoration: none; color: red;}

td.imageblock {
	width:170px;
	height:130px;
}

table.nav {
	width:725px;
	margin-top:10px;
}