body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.jpg);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606060;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 10px;
}

.text2 {
    color: #41A9E4;    
}

a {
    color: #41A9E4;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url(images/index02.jpg);
    background-position: right top;
    background-repeat: repeat-y;
}

.bg2 {
    background-image: url(images/index03.jpg);
    background-position: left top;
    background-repeat: repeat-y;
}

.bg3 {
    background-image: url(images/index05.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.bg4 {
    background-image: url(images/index06.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.bg5 {
    background-image: url(images/index07.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.bg6 {
    background-image: url(images/index08.jpg);
    background-position: left top;
    background-repeat: no-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: 10px;
    color: #727A7D;
}

.style1 a {
    text-decoration: none;
    color: #727A7D;
}

.style1 a:hover {
    text-decoration: underline;
}

/*nav*/
.greenline{
	background:#fff url("images/index10.jpg") no-repeat;
	width:33px;
	height:60px;
	float:left;
}
ul.nav {
	margin:0px;
	padding:0px;
}
ul.nav li{
	padding:0px;
	list-style-type:none;
	float:left;
}
ul.nav li a{
	display:block;
	font-size:15px;
	color:#606060;
	font-weight:bold;
	background:url(images/index11.gif) left no-repeat;
	padding-left:21px;
	padding-right:10px;
	line-height:60px;
}
ul.nav li.on a{
	color:#41A9E4;
}
ul.nav li a:hover{
	color:#41A9E4;
	text-decoration:none;
}

/**/
.arrowlist{
	margin-left:0px;
	padding-left:0px;
}
.arrowlist li{
	list-style-type:none;
	font-size:14px;
	background:url(images/li.gif) 0px 5px no-repeat;
	padding-left:10px;
	padding-bottom:5px;
}
