body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
img {
	border-width: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #DA0000;
	padding-left: 5px;
	margin-left: 5px;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 12px;}
h6 {font-size: 12px;}

#over {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}

a:link, a:visited, a:active {
	color: #D10000;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
	color: #830200;
}
#head {
	height: 109px;
	background-image: url(images/bg-head.gif);
	background-repeat: no-repeat;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 24px;
	background-image: url(images/bg-menu.gif);
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	line-height: 24px;
	padding-left: 5px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 5px;
}

#menu a.sel:link, #menu a.sel:visited, #menu a.sel:active {
	color: #FFCC00;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #999999;
}

#col-over {
	background: ain.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(images/bg-main.gif);
}
#foot {
	margin: 0px;
	padding: 0px;
	height: 57px;
	color: #999999;
	background-image: url(images/bg-foot.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	text-align: center;
}
#foot a:link, #foot a:visited, #foot a:active {
	color: #990100;
	text-decoration: underline;
}

#foot a:hover {
	text-decoration: none;
	color: #FF0000;
}
#col-01 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}

#col-02 {
	float: right;
	width: 450px;
	padding-left: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.float-clear {
	clear: both;
}
#sub-menu {
	font-size: 11px;
	font-weight: bold;
	padding: 30px 0px 10px 20px;
}
#sub-menu a:link, #sub-menu a:visited, #sub-menu a:active {
	color: #9F0100;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 150px;
	padding-left: 5px;
}
#sub-menu a.sel:link, #sub-menu a.sel:visited, #sub-menu a.sel:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
#sub-menu a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}

#col-02 p {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-block {text-align: justify;}

