#header_cp
{
	position: absolute;
	width: 400px;
	height: 44px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Comic Sans MS;
	font-size: 36px;
	color: Red;
}

#header_version
{
	position: absolute;
	width: 100px;
	height: 10px;
	margin-top: 40px;
	margin-left: 135px;
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #000000;
}

#home_button
{
	position: absolute;
	width: 48px;
	height: 48px;
	margin-top: 50px;
	margin-left: 0px;
}

#exit_button
{
	position: absolute;
	width: 48px;
	height: 48px;
	margin-top: 50px;
	margin-left: 805px;
	text-align: right;
}

#container
{
	position: relative;
	width: 850px;
	margin-top: 90px;
	margin-left: 0px;
	padding: 5px;
}

#mail, #mail a
{
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #666666;
}

#mail a:hover
{
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: Red;
}

#link
{
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #666666;
}

#link a
{
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #0d50ff;
}

#link a:hover
{
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: Red;
}

input 
{
	font-family: Verdana;
	font-size: 13px;
	border: 1px solid #666666;
	background-color: transparent;
}

#txt
{
	font-family: Verdana;
	font-size: 13px;
	color: #666666;
}

.paging {
	font: verdana;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
}

.paging a {
	text-decoration: none;
	border: solid 1px #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	background-color: #c0c0c0;
}

.paging a:hover {
	color: #ffffff;
	background-color: #333333;
	border: solid 1px #c0c0c0;
}

.border2 {
	border-bottom: 1px dashed #000000;
}