body { 
	font-size: 85%;
	background-color: #FFFFFF;
}
a:link { 
        color: #000000;
	text-decoration: none;
}
a:visited { 
        color: #000000;
}
a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
br.nofloat {
	clear: both;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
div.main { 
        width: 600px; 
	border: none; 
	padding: 0px; 
	margin: 0px; 
}
div.left { 
        float: left; 
	width: 250px;  
	padding: 0px; 
}
div.right { 
        float: right; 
	width: 372px; 
	padding: 0px; 
}
div.tabtop {
	display: none;
}
div.tabdown {
	display: none;
}
h1.title {
        font-size: 25px;
}
h1.titles {
        font-size: 25px;
}
h2.title {
        font-size: 20px;
}
h3.title {
        font-size: 16px;
}
ul.up {
        list-style-image: none;
}
ul.low {
        list-style-image: none;
}
p.txt {   
	text-align: justify;
}
