@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-top: 12px;
}

p, li, div, span {
	font-size: 12px;
}

p.right {
	text-align: right;
}

h1, h2, h3 {
	color: #ef7d0a;
	font-weight: normal;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	margin-top: 12px;
	font-weight: bold;
}

h3 span.title {
	font-weight: normal;
	color: #000;
	font-style: italic;
	font-size: 12px;
}

input {
	height: 18px;
}

input, textarea {
	border: solid 1px #ccc;
	font-size: 12px;
}

input.submit {
	padding-left: 5px;
	padding-right: 5px;
	height: 27px;
	color: #333;
	border: solid 1px #999;
	margin: 0px;
}

ul {
	margin-left: 19px;
	margin-top: 12px;
}

li ul {
	margin-top: 0px;
}

.underline {
	text-decoration: underline;
}

a:link, a:visited, a:hover, a:active {
	color: #00f;
}

.displaynone {
	display: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #606060;
	font-weight: bold;
	
}