html, body { margin: 0; padding-top: 0px;  font-family: Century Gothic, Helvetica, Arial, sans-serif; }
h1, h2, h3, p, ul, ol { font-family: Century Gothic, Helvetica, Arial, sans-serif; color: #5e5253; margin: 0; padding: 0; }
h1, h2, h3 { font-size: 1.1em; font-weight: bold; margin-bottom: -8px; font-family: Century Gothic, Helvetica, Arial, sans-serif; line-height: 1.2em; color: #5e5253; }
h2, h3 { font-weight: normal; font-size: 1em; margin-top: 1.5em; }
h3 { margin-top: 0; margin-bottom: 1.5em; }
h1 { font-size: 14px; }
a {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;
	color: #009;
}
hr { color: #ddd; background-color: #ddd; height: 1px; border: 0; margin: 2em 0; }
input.text, textarea.textarea, checkbox.checkbox { border: 1px solid #c8bc99; }
input, textarea { font: 1.1em Arial, Helvetica, sans-serif; color: #333; line-height: 1.5; color: #470b0b; }
textarea { width: 508px; }
input.submit { font-size: 1.5em; }

td.content { font-size: 14px; }
td.content p {
	font-size: 14px !important;
	line-height: 22px;
	color: #837c81 !important;
	font-weight: normal;
	padding-right:50px;
	margin-bottom:10px;
}
td.content b { font-size: 14px; font-weight: bold; }
td.content ul {
	margin-top:0px;
	margin-bottom:10px;
	color: #837c81;
}
td.content li {
	font-size: 14px !important;
	line-height: 22px;
	color: #837c81 !important;
	font-weight: normal;
	margin-left: 20px;
}
td.content h2 { font-size: 10px; font-weight: normal; color: #5e5253; margin-bottom: .4em; border-top: 1px solid #ddd; padding-top: 8px; margin-bottom: 2em; margin-top: 4em; }

.header {
	font-size: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 14px;
	color: #837c81;
}
.header a { color: #5e5253; }

.arrowlistmenu { width: 172px; /*width of accordion menu*/ padding-bottom: 1px; border-bottom: 1px solid #eee; font-size: 12px; }
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Century Gothic, Helvetica, Arial;
	color: #777;
	padding: 8px 0 8px 0;
	cursor: hand;
	cursor: pointer;
	border-top: 1px solid #eee;
	margin-top: 0;
	margin-bottom: 1px;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/background-image: url(titlebar-active.png);border-bottom: 3px solid #eee;margin-bottom: 10px; color: #777; }
.arrowlistmenu ul { /*CSS for UL of each sub menu*/list-style-type: none;margin: 0;padding: 0; margin-top: 13px; margin-bottom: 13px; }
.arrowlistmenu ul li { padding-bottom: 2px; line-height: 14px; /*bottom spacing between menu items*/}
li.news { line-height: 15px !important; margin-bottom: 10px; color: #989096;}
.arrowlistmenu ul li a {
	color: #e0aa56;
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #e47203;
}
a.red { color: #f6210d !important; }
a.this { color: #4b4343 !important; }
a.grey { color: #92878c; }
a.grey:hover { color: #555; text-decoration:none; }
a.small { font-size: 11px; }
.footer { font-size: 11px; color: #999; margin-bottom: 36px; margin-top: 96px; text-align: left;font-weight: normal; }
.black { color: #000 !important; }
a.black { color: #000 !important; }
a.black:hover { color: #555 !important; }
.note { margin: 20px; padding: 20px; background-color: #FFFFCC; }
h3.notice { font-size: 16px !important; color: #063 !important; margin-top: 0; padding-top: 0;}
.category { border-top: 3px solid #fff; padding: 0; height: 42px; }
.categoryp { margin-top: 10px; margin-left: 10px; }
.title { height: 64px; border-top: 3px solid #fff; padding: 0; }
.titlep { margin-top: 10px; margin-left: 10px; }
.caption { color: #989096; margin-bottom: 2px; margin-top: 6px;}
.nocaption { color: #989096; margin-top:-6px; padding: 0; }

.tip { border:solid 1px #666666; width:400px; padding:10px; position:absolute; z-index:100; visibility:hidden; color:#333333; top:20px; left:90px; background-color:#ffffcc; layer-background-color:#ffffcc;}
