body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial,Verdana;
	font-size: 12px;
	text-align: left;
}

a:link,a:visited {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
}

a:active,a:hover {
	background-color: inherit;
	color: #000000;
	text-decoration: underline;
}

#all{
	margin:0 auto;
	width:810px;
	border:1px solid #00529b;
}

#header{
	width:100%;
	padding:5px;
}

#navi{
	height:24px;
	background-color:#00529b;
	width:100%;
}

#content{
	height:500px;
	padding:10px;
	width:790px;
	overflow:auto;
}

#footer{
	width:100%;
	background-color:#00529b;
	font-size:11px;
	text-align:center;
}

#failed-sent {
	border:1px solid #FF0000;
	padding:2px;
}

.navi-element {
	padding-left:5px;
	padding-right:5px;
	border-right:3px solid #FFFFFF;
	float:left;
}

a.navi_link:link, a.navi_link:visited , a.navi_link:active {
	font-size:20px;
	color:#FFFFFF;
	text-decoration:none;
}
a.navi_link:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size:21px;
	font-weight:bold;
}

a.footer_link:link, a.footer_link:visited , a.footer_link:active {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
a.footer_link:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.right, .left {
	padding:2px;
}