@charset "utf-8";
body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color:#E3E3E3;
	font-family:Arial, Helvetica, sans-serif;
}

table.tabmit {
	vertical-align:top;
	border-collapse:collapse;
}

td{
	vertical-align:top;
}

td.tm {
	background-image: url(../img/white.png);
	background-repeat: repeat;
}

p.mid {
	text-align:center;
	width:100%;
}

p.mid_title {
	text-align:center;
	font-weight:bold;
	font-size:xx-large;
}

td.ol {
	width:20px;
	height:20px;
	background-image:url(../img/ol.gif);
}

td.or {
	width:20px;
	height:20px;
	background-image:url(../img/or.gif);
	background-position:bottom;
	background-position:right;
	background:
}

td.ul {
	width:20px;
	height:20px;
	background-image:url(../img/ul.gif)
}

td.ur {
	width:20px;
	height:20px;
	background-image:url(../img/ur.gif)
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	cursor:pointer;
}

table.links {
	font-size:large;
	border-collapse:collapse;
}