@charset "utf-8";
/* CSS Document */

.body_brder {
	border: 1px solid #FFFFFF;
}
a:link		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:active	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover		{
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
.menu a:link		{
	color: #097D00;
	text-decoration: none;
	font-weight: bold;
}

.menu a:visited	{
	color: #097D00;
	text-decoration: none;
	font-weight: bold;
}

.menu a:active	{
	color: #097D00;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover		{
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
