html, body {
	margin: 0px;
	padding: 0px;
}

body, input, select, textarea {
	background-color:#FFFFFF;
}

td, input, select, textarea {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
}

table.background {
	width: 100%;
	height: 100%;
	background-color:#f3f3f3;
	border-collapse:collapse;
	border:none;
}

table.border {
	width:909;
	height:100%;	
	border-style:outset;
}

td.side_line {
	background-image: url(graphics/side_line.jpg);
	background-repeat:repeat-y;
	width:23px;
}

table.main {
	width:860px;
	height:100%;
	background-color:#FFFFFF;
	text-align:center;
}

td.text {
	text-align:justify;
	vertical-align:top;
	padding:10px;
	text-indent:25px;
	width:450px;
	padding-right:20px;
}

td.text_l {
	text-align:justify;
	vertical-align:top;
	padding:10px;
	text-indent:25px;
	width:450px;
	padding-left:20px;
}

td.copyright {
	text-align:justify;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:12px;
	color:#999;}

img.h_space {
	padding-bottom:6px;
}

img.h_space_en {
	padding-bottom:15px;
}

td.photo {
	text-align:center;
	padding-top:9px;
	vertical-align:top;
}

td.menu {
	background-image: url(graphics/topmenu_bg.gif);
	background-color: #CC0000;
	height: 30px;
}

td.menuitem {
	vertical-align: middle;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(graphics/topmenuitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	width:7.7%;
}

a.menu {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.hr {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	font-style:italic;
	text-decoration:none;
	
	}

td.topshadow {
	background-image: url(graphics/topshadow.gif);
	background-repeat: repeat-x;
}

td.desk {
	background-image: url(graphics/leftshadow.gif);
	background-repeat: repeat-y;
	padding-left:7px;
	vertical-align:top;
	width:100%;
}