
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  min-height: 830px;  
}

ul {margin-left: 5px; margin-bottom: 15px}

ul li {margin-left: 12px; list-style-type: disc}
ul ul li  {list-style-type: square}
ul ul ul li  {list-style-type: circle}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

img.img {margin: 5px}

#main {
	max-width: 1100px;
	width: expression((document.body.clientWidth>1100)?"1100px":"100%");
}

textarea {
	border: 1px;
	border-style: solid;
	height: 60px;
	width: 100%;
	font-size: 9pt;
	border-color: #a3a3a3;
	color: #000000;	
}

input {
	border: 1px;
	border-style: solid;
	height: 17px;
	width: 158px;
	font-size: 9pt;
	border-color: #a3a3a3;
	color: #878787;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
}



input.search {
	height: 11px;
	width: 11px;
}

a {
	color: #747370;
	text-decoration: underline;
}
a:hover {	
	color: #c71b1b;
	text-decoration: underline;
}

h1 {
	color: #747370;
	font-size: 16pt;
	display: inline;
	font-weight: normal;
}

#main {	
	width: expression((document.body.clientWidth>1060)?"1060px":"100%");
}

td#menucell {white-space: normal}

td#menucell div {float: left; width: auto; margin-bottom: 7px}

a.menu {
	color: #000000;
	font-size: 9pt;
	display: inline;
	padding-right: 15px;	
	padding-bottom: 6px;
	font-weight: bold;
	text-decoration: underline;	
}

a.menu:hover {
	color: #c71b1b;	
}
span.menu{
	color: #fe2929;
	font-size: 9pt;
	display: inline;
	padding-right: 15px;	
	padding-bottom: 6px;
	font-weight: bold;
	text-decoration: underline;	
}

a.submenu {
	list-style: katakana;
	color: #007071;
	background: url(li1.gif) 12px 9px no-repeat;
	display: block;
	padding-bottom: 4px;
	padding-left: 21px;
}
a.submenu:hover {
	color: #229293;	
}

a.news {
	color: #747370;
	text-decoration: none;
	font-size: 8pt;	
}
a.news:hover {
	text-decoration: underline;
}

.date {
	color: #747370;
	font-size: 16pt;
	display: block;
	line-height: 16px;
}
.month {
	color: #747370;
	font-size: 7pt;	
}


.text {
	font-size: 8pt;
}

a.text {color: #747370;}

.new {
	font-size: 9pt;
	font-weight: bold;
}
.name {
	font-size: 14pt;
	font-wariant: normal;
}

a.map {
	font-size: 8pt;	
}

a.milo {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

span.language {
	background: #7c7c7c;
	color: #ffffff;
	font-size: 8pt;
	padding: 4px;
}
a.language {
	font-size: 8pt;
	padding: 4px;
}

table.padding td {padding: 3px}

p {margin-bottom: 15px}

div.media {padding-left: 20px; padding-top: 10px}
div.media a {display: block; margin-bottom: 4px}
