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

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

.input1 {
}

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

.text1 {
    color: #6C7176;
}


a {
    color: #6699CC;
}


a:hover {
	text-decoration: none;
}


body {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/index01.jpg);
}
.bg1 {
    background-image: url(../images/index02.jpg);
    background-repeat: repeat-x;
}
.bg2 {
    background-image: url(../images/index05.gif);
}
.side1 {
    background-image: url(../images/index03.gif);
}
.side2 {
    background-image: url(../images/index04.gif);
}

/*.nav01 {
	background-image: url(../images/nav_01.jpg);
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 80px;
}
.nav02 {
    background-image: url(../images/nav_02.jpg);
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 90px;
}
.nav03 {
    background-image: url(../images/nav_03.jpg);
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 90px;
}
.nav04 {
    background-image: url(../images/nav_04.jpg);
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 90px;
}
.nav05 {
    background-image: url(../images/nav_05.jpg);
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 90px;
}
.nav06 {
    background-image: url(../images/nav_06.jpg);
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 90px;
}
.nav07 {
    background-image: url(../images/nav_07.jpg);
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 85px;
}
*/

/*
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: #666666;
	text-decoration: none;
}

.style1 a {
    color: #666666;
	font-size: 9px;
	text-decoration: none;
}

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

.style2 {
	font-weight: bold;
}

.style3 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.style4 {
	font-style: italic;
}

.style5 {
	font-size: 9px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
h5 {
    font-size: 10px;
    color: #666666;
	font-weight: normal;
}
h6 {
    font-size: 9px;
    color: #666666;
	font-weight: normal;
}



/*
.linkopacity a img {
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter:alpha(opacity=60);
	-moz-opacity: 0.6; 
	-khtml-opacity: 0.6;
}


.linkopacity a:hover img {
	opacity: 1;
	filter:alpha(opacity=100); 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);  
	-moz-opacity: 1.0;   
	-khtml-opacity: 1.0;
}
*/