html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 16px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #fff;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 600px;
}

.login_form td, .login_form input {
    font-size: 14px;
}

.leftcol {
    float: right;
}

#logged_span {
    font-size: 14px;
    display: none;
}

#logged_span br {
    display: none;
    font-size: 14px;
}

#logged_span a {
    display: block;
    padding: 0 0 0 10px;
}

h1 {
    font-size: 120%;
}

table.incontent {
    border-collapse: collapse;
}

table.incontent td {
    border: 1px solid #ddd;
    padding: 10px;
}

h1, h2, h3, h4, h5 {
    color: #5b5a96;
    line-height: 110%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

h1 {
    font-size: 20px;
}

.content {
    clear: both;
}

#search_title {
    background: #eee;
    margin: 3px 0 0 0;
    padding: 5px 0 5px 10px;
}

#search_title span {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

div.border br {
    display: none;
}

span.sub_dash {
    display: none;
}

.sub_item {
    display: block;
    padding: 0 0 10px 0;
}

span.sub_more {
    display: block;
    clear: both;
    padding: 0 0 10px 0;
}

div.border {
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
    overflow: hidden;
    width: 705px;
}

div.border h1 {
    clear: both;
}

div.border a.normal {
    display: block;
    float: left;
    width: 120px;
    height: 60px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}

div#mydiv td {
    padding: 0 0 10px 5px;
}

div#mydiv input {
    border: 1px solid #ddd;
}

select {
    font-size: 12px;
}

input.search_btn {
    border: 1px solid #ddd;
    background: #eee;
}

#search_title p {
    font-weight: bold;
}

.empty_display, .search_hr {
    display: none;
}

div.s_even, div.s_odd {
    overflow: hidden;
    clear: both;
}

div.children a {
    display: inline-block;
    padding: 5px 5px 5px 0;
}

div.children p {
    font-weight: bold;
}

.box h1 {
    padding: 10px;
    margin: 10px 0 10px 0;
    border: 1px solid #ddd;
}

.box a.normal {
    display: block;
    padding: 0;
    margin: 0 0 4px 5px;
}

.hbox {
    float: left;
    text-align: center;
    border-collapse: collapse;
}
.hbox a.normal{
	display:block;
	width: 140px;
    padding: 20px;
    height: 110px;
}

.hborder br {
    display: none;
}

.hbox img.content_image {
    display: block;
	padding:0;
	margin:0 auto 10px auto;
}
.hbox a.normal{
	  font-weight:bold;
}
.hbox a.normal:hover{
	  background:url(roll.jpg) no-repeat 0 0;
	  color:#fff;
	  text-decoration:none;
}
.hborder {
    clear: both;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 800px;
}



