a, a:link, a:vlink
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #ff8686;
	text-decoration: none;
}


.linkstopbottom
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	padding: 2;
	background-color: #116a22;
}

.menu
{
	font-family: verdana;
	font-size: 15;
	font-weight: bold;
	color: #818699;
	text-align: center;
	padding-bottom: 20px;
	background-image:url(images/bg-off.png);
	width: 100px;
	cursor: pointer;
}
.menu-on
{
	font-family: verdana;
	font-size: 15;
	font-weight: bold;
	color: FFFFFF;
	text-align: center;
	padding-bottom: 20px;
	background-image:url(images/bg-on.png);
	width: 100px;
	cursor: hand;
}

.submenu
{
	font-family: verdana;
	font-size: 13;
	font-weight: bold;
	text-align: center;
	color: #FF9900;
	height: 20px;
	background-color: #7490b0;
}

.submenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

.title
{
	font-family: verdana;
	font-size: 30;
	font-weight: bold;
	color: #FFFFFF;
	cursor: default;
}

.content
{
	font-family: verdana;
	font-size: 14;
	color: #000000;
	padding: 49px;
	text-align: justify;
	cursor: default;
	border: 1px solid #000000;
}
.contentseul
{
	font-family: verdana;
	font-size: 14;
	color: #000000;
	text-align: justify;
	cursor: default;
}

.box
{
	font-family: verdana;
	font-size: 13;
	text-decoration: italic;
	padding-right: 20;
	text-align: justify;
	background-color: #eaeaec;
	color: #818699;
	cursor: default;
}


.button
{
	border: 1px solid #000000;
	background-color: #eaeaec;
	font-family: verdana;
	font-size: 16;
	font-weight: bold;
	cursor: default;
	width: 120px;
	height: 30px;
}
.button-on
{
	border: 1px solid #000000;
	background-color: #FF9900;
	font-family: verdana;
	font-size: 16;
	font-weight: bold;
	cursor: hand;
	width: 120px;
	height: 30px;
}

