@charset "utf-8";
/* CSS Document */

/*********************************************************************/

.clear
{
	clear:both;
}

/*********************************************************************/

.float_left
{
	float:left;
}

/*********************************************************************/

.float_right
{
	float:right;
}

/*********************************************************************/
#nave{
	width: 755px;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: #069;
	margin:0 auto;
	padding-top:5px;
}
#nave a{
	color: #069;
	text-decoration: none;
}
#nave a:hover{
	color: #FC0;
	text-decoration: none;
}
h1,h2,h3,h4{
	font-family: Tahoma;
	font-size: 12px;
	color: #069;
}