/* General font families for common tags */
a, td, th, body {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt;
    color: #000000;
    text-decoration: none;
}

/* General text */
a                       { color: #076e9e; text-decoration: underline; }
a:hover                 { color: #076e9e; text-decoration: none; }

a                       { color: #000000; text-decoration: underline; }
a:hover                 { color: #000000; text-decoration: none; }

a.cat_hrefs:hover       {font-size:10pt; color: #000000; text-decoration: underline; }
a.cat_hrefs                 {font-size:10pt; color: #000000; text-decoration: none; }

div.PageNavig {
    margin: 10 3 10 3;
}

/* Form elements */
input, select, textarea, optgroup, option {
    font-family: verdana, arial, helvetica;
    font-size: 8pt;
    font-weight: normal;
    margin: 0px;
}

input.text {
    border-top-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-width : 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #FFFFFF;
}

p {
    margin: 5 0 0 0;
}

input.button {
    background-color: #FFFFFF;
    border: solid 1px #000000;
    font-weight: bold;
    color: #c50000;
}

input.loginbutton {
    background-color: #FFFFFF;
    border: solid 0px #000000;
    font-weight: bold;
    color: #da191f;
    width : 30px;
}

select.left_navi_select{
	width : 210px;
}

input.login{
	width : 100px;
}

form {
    padding: 0px;
    margin: 0px;
}

H1 {
	font-size : 14pt;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	color : #000000;
}

H2 {
	font-size : 17pt;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	color : #000000;
}

H3 {
	font-size : 15pt;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	color : #000000;
}

li {
	list-style : disc outside;
	margin : 5px;
}

hr.t {
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
}

