/* CSS Document */
body {
	background-image: url('images/bg.gif');
}
a.n {
 	color: #fff;
 	text-decoration: none;
 	font-weight: bold;
}
a.n:hover {
 	color: #efefef;
 	text-decoration: none;
 	font-weight: bold;
}

.green {
 	color: #fff;
 	font-family: verdana;
 	font-size: 9pt;
 	line-height: 12pt;
}
a {
 	text-decoration: underline;
 	font-weight: bold;
 	color: #000;
}
a:hover {
 	text-decoration: none;
 	color: #000;
 	font-weight: bold;
}
.big {
 	font-family: trebuchet ms;
 	font-size: 18pt;
 	color: #000;
 	font-weight: bold;
}
.joho {
 	background-image: url('images/joe.gif');
 	background-repeat: no-repeat;
 	background-position: bottom right;
	padding: 10px;
	padding-right: 85px;
	font-family: arial;
	font-size: 10pt;
	color: #000;
	line-height: 16pt;
}

.content {
	background-image: url('images/index_04.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 15px;
	font-family: arial;
	font-size: 10pt;
	color: #000;
	line-height: 16pt;
}

.side {
	background-image: url('images/top.jpg');
	background-repeat: repeat-x;
	background-color: #fff;

}

.nav {
	padding: 4px;
	font-family: tahoma;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	line-height: 16px;
	border-bottom: 1px dotted #efefef;
}

.main {
 	font-family: arial;
 	font-size: 10pt;
 	line-height: 14pt;
 	color: #000;
}