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

p#disclaimer{
	font-size:10px;
	color:#000000;
	text-align:center;
}

table#main{
	width:100%;
	border:none;
}

td#logo{
	background-color:#cc6600;
	border-bottom:solid 1px #000000;
	font-size:13px;
	padding:5px;
}

td#shortnav{
	background-color:#33ccff;
	border-bottom:solid 1px #000000;
	font-size:13px;
	padding:5px;
}

td#navi{
	width:25%;
	background-color:#EEEEEE;
	border-right:dashed 1px #000000;
	border-bottom:solid 1px #000000;
	padding:5px;
	vertical-align:top;
}

td#content{
	width:75%;
	background-color:#FFFFFF;
	border-bottom:solid 1px #000000;
	padding:5px;
	vertical-align:top;
}

div#info{
	font-size:9px;
}
