html {
  height: 100%;
  margin-bottom: 1px;
	font-family: Verdana, Helvetica, sans-serif;
}
body {
  color: #3a393e;
  font-size:10px;
	margin: 0;
	padding: 0;
	background-image: url(../image/bg.jpg);
}
a.footmenu:link, a.footmenu:visited {
    color:           #CF1A25;
    font-weight:     normal;
    text-decoration: none;
    font-size:10px;

}
a.footmenu:hover {
    color: #FF6600;
	text-decoration: underline;
    font-size:10px;
}
a.topmenu, a.topmenu:visited {
    color: #ffffff;
	font-weight: bold;
    font-size:12px;
}
a.topmenu:hover {
    color:            #CF1A25;
	font-weight: bold;
    font-size:12px;

}

a.topmenu2, a.topmenu2:visited {
    color: #19B7E0;
	font-weight: bold;
}
a.topmenu2:hover {
    color:            #3DCCF1;
	font-weight: bold;

}

a.mainlink, a.mainlink:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
    font-size:18px;
	color:#C41108;
	text-decoration: none;

}
a.mainlink:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
    font-size:18px;
	color:#C41108;
	text-decoration: underline;
}

.botbox {
	height:32px;
	width:200px;
	border-top: 1px solid #1B74BC;border-bottom: 1px solid #1B74BC;border-left: 1px solid #1B74BC;border-right: 1px solid #1B74BC;
	background:  #C2DEF3;
    font-size:18px;
}
.text_bold{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
    font-size:12px;
}
.text_menu_bold{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
    font-size:18px;
	color:#C41108;
}
.text_menu_detail_normal{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
    font-size:13px;
	color:#7A828D;
}
