@font-face {
 font-family: MyriadPro-Regular;
 src: url(/fonts/MyriadPro-Regular.otf) format("opentype");
}
@font-face {
 font-family: MyriadPro-BoldIt;
 src: url(/fonts/MyriadPro-BoldIt.otf) format("opentype");
}
body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h6 {
	font-family: MyriadPro-BoldIt, Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
}
body, td, th {
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
body {
	background-color: #FFF;
}
html {
	overflow-y: scroll;
}
a:link {
	color: #EF4B14;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EF4B14;
}
a:hover {
	text-decoration: underline;
	color: #EF4B14;
}
a:active {
	text-decoration: none;
	color: #F59270;
}
p {
	margin-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .4em;
}
h1 {
	font-size: 170%;
	margin-top: 10px;
}
h2 {
	font-size: 130%;
	margin-bottom: .2em;
}
h3 {
	font-size: 110%;
	margin-bottom: 0;
}
h4, h5, h6 {
	font-size: 100%;
	margin-bottom: 0;
}
ul, ol, dl {
	margin: 0 0 1em;
}
ul, ol {
	padding-left: 1.5em;
}
li {
	margin: 0 0 .1em;
	vertical-align: middle;
}
dt {
	font-weight: bold;
	margin: 0 0 .2em;
	clear: both;
}
dd {
	margin: 0 0 1em;
}
.menu {
	font-family: MyriadPro-BoldIt, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
	color:#FFF;
	letter-spacing: 1px;
}
.menu a {
	color:#FFF;
	text-decoration:none;
}

.menu a.sel {
	color: #999;
}
.frontbox {
	font-size:14px;
	color:#FFF;
	font-family: MyriadPro-Regular, Arial, Helvetica, Sans-Serif;
}
.frontbox h1 {
	font-size:18px;
	color:#FFF;
	font-style: italic;
	line-height: 110%;
	margin-top: 0px;
}

.newsbox_front td {
	color: #FFF;
	font-family: MyriadPro-Regular, Arial, Helvetica, Sans-Serif;
	text-decoration:none;
}
.newsbox_front a {
	color: #FFF;
	text-decoration:none;
}
.newsbox_front a:hover {
	text-decoration: underline;
}
.newsbox_front h1 {
	margin-bottom:0;
}

.linklist a {
	color: #000;
	text-decoration:none;
}
.linklist a:hover {
	text-decoration: underline;
}
.whitetxt {
	color: #FFF;
}
.bot {
	font-size:11px;
	color:#FFF;
}
.rightdate {
	text-align: right;
	font-size:10px;
	margin:0;
}
.rightimg {
	margin-left: 8px;
}

// menu

.TreeMenu {
	padding: 0 0 48px 0;
}
.TreeMenu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	margin-top:10px;
	padding: 0;
	border-top-style: none;
}
.TreeMenu ul ul {
	border-bottom: none;
}
.TreeMenu li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}
.TreeMenu li a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: MyriadPro-BoldIt, Tahoma, Geneva, sans-serif;
}
.TreeMenu a, .TreeMenu li.sel li a {
	display: block;
	text-decoration: none;
	color: #000;
}
.TreeMenu li.sel a, .TreeMenu li a:hover, .TreeMenu li.sel li a:hover {
	color: #666;
	background-color: #FFF;
	text-decoration: none;
}

.smaller {
	font-size: 10px;
}

