@CHARSET "UTF-8";

/* Main title */
h1 {
	font-size: 18px;
	color: #507FA3;
	margin: 10px 5px 15px 0px;
	font-weight: bold;
}

/* Sub title */
h2 {
	font-size: 18px;
	color: #507FA3;
	font-size: 1em;
	line-height: 1;
	margin: 10px 0 8px;
	padding: 0px 3px 10px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6B6B6B;
	margin: 15px 0px;
}

iframe {
	border: 1px solid silver;
}

p {
	padding: 5px 5px 20px 0px;
	line-height: 150%;
}

ul {
	padding: 5px 5px 20px 0px;
}

li {
	list-style: disc;
	margin-left: 20px;
	display: list-item;
	margin-bottom: 5px;
}

.list1 li {
	list-style-type: decimal;
}

.list_dl dl {
	width: 100%;
	margin: 5px 0px 20px 0px;
}

.list_dl dt {
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	width: 100%;
}

.list_dl dd {
	margin: 0px;
	padding: 0px 0px 25px 0px;
	width: 100%;
}

#doc4 { /*background: url(/images/bg1.png) repeat-y;*/
	
}

#head_lang {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 70px;
}

#head-menu {
	margin: 0px;
	padding: 0px 15px;
	background: #D6D6D6 none;
}

#head-menu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#head-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#head-menu li {
	margin: 0;
	padding: 7px;
	float: right;
	background: #fff none;
	width: 60px;
	margin-left: 1px;
	background: #D6D6D6 none;
	text-align: center;
	list-style: none;
}

#member-menu {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	background: #D6D6D6 none;
	font-size: 10px;
}

#member-menu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#member-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#member-menu li {
	margin: 0;
	padding: 3px;
	float: left;
	background: #fff none;
	/*width: 70px;*/
	margin-left: 1px;
	background: #D6D6D6 none;
	text-align: center;
	list-style: none;
	/*height: 60px;*/
}

#member-menu-v {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	/*background: #D6D6D6 none;*/
	font-size: 12px;
	text-align: left;
}

#member-menu-v a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#member-menu-v ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#member-menu-v li {
	margin: 0;
	padding: 3px;
	background: #fff none;
	/*width: 70px;*/
	margin-left: 1px;
	text-align: left;
	list-style: none;
	/*height: 60px;*/
}

/* FORM */
.errors>li {
	color: #ff0000;
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

.caution {
	background: #f3d88d;
	padding: 5px;
	margin: 5px 0px;
	border: 3px double #ff0000;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.info {
	background: #E6E6E6;
	padding: 5px;
	margin: 5px 0px;
	border: 3px double #CCCCCC;
	font-size: 14px;
	color: #000000;
}

.clear {
	clear: both;
}

.required {
	font-weight: bold;
}

dl {
	margin: 0;
	padding: 0;
	width: 300px;
}

dt,dd {
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	width: 250px;
	text-align: left;
}

dt {
	clear: left;
}

label {
	color: #000000;
	float: left;
	font-size: 100%;
	text-decoration: none !important;
	width: 250px;
}

input[type="submit"] {
	width: auto;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
}

input[type="checkbox"],input[type="radio"] {
	width: auto;
	padding: 3px;
	margin: 0px 5px 0px 5px;
}

input {
	width: 250px;
	padding: 3px;
}

input[type="text"],input[type="file"],textarea,select {
	border: 1px solid silver;
}

/* /FORM */
a {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	color: #507FA3;
}

table {
	border-top: 1px solid black;
	border-right: 1px solid black;
}

th {
	font-weight: bold;
	padding: 3px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

td {
	padding: 3px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

table.details {
	border: none;
	width: 100%;
}

table.details th {
	font-weight: bold;
	border: none;
	text-align: left;
}

table.details td {
	border: none;
	text-align: left;
}

table.details td,table.details th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.welcome-text {
	background: #F2F2F2;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border: 3px double #FF6400;
}

.highlight1 {
	background: #F2F2F2;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border: 3px double #FF6400;
}

#hd {
	position: relative;
}

.hd {
	background: url(/images/head.jpg) no-repeat left top;
	height: 300px;
}

#ft p {
	text-align: center;
	font-size: 10px;
	padding: 5px;
	color: silver;
}

#bd {
	padding: 15px 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	line-height: 150%
}

#content {
	text-align: left;
}

#rmenu {
	text-align: left;
}

#rmenu a {
	font-size: 12px;
	color: #6B6B6B;
	text-decoration: none;
}

#rmenu li {
	padding: 3px 3px 3px 0px;
	list-style: none;
	margin: 0px;
}
