html, body{
	height: 100%;
	padding: 0;
	margin: 0;
}
	form, div, fieldset{
		margin: 0;
		padding: 0;
	}
 

	.hand		{ cursor: pointer; }

	.top		{ vertical-align: top; }
	.middle	{ vertical-align: middle; }
	.center	{ text-align: center; }
	.left		{ text-align: left; }
	.right	{ text-align: right; }
	.bot		{ vertical-align: bottom; }
	.sep		{ border-bottom: 1px dashed #008000; margin: 15px 0 15px 0; height: 1px; }

	.black		{ color: #000000; }
	.white		{ color: #FFFFFF; }
	.red			{ color: #ff0000; }
	.green		{ color: #008000; }
	.gray			{ color: #808080; }
	.bgwhite	{ background: #FFFFFF; }
	
	.bold			{ font-weight: bold; }
	.clear		{ clear: both; overflow: hidden; }
	.hidden		{ visibility: hidden; }
	.none	{ display: none; }

	.nowrap, .nowrap td, .nowrap span { white-space: nowrap; }


.Error{
	background: #FFE8E8;
	border: 1px solid #8D8D8D;
	border-style: dotted;
	color: #000000;
	text-align: center;
	padding: 5px 3px 5px 3px;
	margin: 0 0 15px 0;
}
.Error b	{ color: #F30000; }

.Notice{
	background: #FDF5DD;
	border: 1px solid #8D8D8D;
	border-style: dotted;
	color: #000000;
	text-align: center;
	padding: 5px 3px 5px 3px;
	margin: 0 0 15px 0;
}
.Notice b	{ color: #F30000; }

.Success{
	background: #F1FDE7;
	border: 1px solid #8D8D8D;
	border-style: dotted;
	color: #000000;
	text-align: center;
	padding: 5px 0 5px 3px;
	margin: 0 0 15px 0;
}
.Success b{ color: #3C8D00; }

.Attention		{ color: #c80e0e; }
.Comment			{ color: #828282; font-style: italic; }
.LightWindow	{ padding: 0px 7px 0px 7px; }

.previous{
	float: left;
	margin: 10px 0 0 0;
	width: 50%;
}
.next{
	float: right;
	margin: 10px 0 0 0;
	width: 50%;
}


.news{}
	.news .img{
		border: 2px solid #A9C506;
		margin: 1px 10px 4px 0px;
	}