html { margin: 0px; padding: 0px; background-color: #FFFFFF; }

body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Regular", Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: 15px;
	color: #000000;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
hr { width: 100%; border: 0; color: #DCDCDC; background-color: #DCDCDC; height: 1px; margin-top: 10px; margin-bottom: 10px; padding: 0px; }
a:link, a:visited, a:active { color: #000000; text-decoration: underline; outline: none; }
a:hover { color: #000000; text-decoration: underline; outline: none; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }
img { border: 0; }

h1 {
	color: #656565;
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 16px;
}

h2 {
	color: #656565;
	font-size: 145%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 15px;
}

h3 {
	color: #656565;
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 13px;
}

h4 {
	color: #656565;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 13px;
}

#content_container {
	position: relative;
	width: 900px;
	/*margin: 0 auto;*/
	padding: 0;
	/*top: 30px;*/
	margin: 30px;
}

#inner_container {
	width: 900px;
}


#default01 {
	position: relative;
	float: left;
	width: 900px;
}

#logo {
	margin-bottom: 30px;
}



#footer {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 25px;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	text-decoration: none;
}



.section_object { margin-bottom: 10px; }

.ref_items { margin-bottom: 10px; }




.ref_item {
	position: relative;
	float: left;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.ref_image {
	height: 100px;
	background-position: bottom center;
	background-repeat: no-repeat;
	display: none;
}
.ref_title {
	position: relative;
	line-height: 20px;
	display: none;
}









.accordion_toggle {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 130%;
	color: #656565;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	margin:0;
}

.accordion_toggle_active {
	color: #656565;
	border-bottom: 1px solid #CCCCCC;
}

.accordion_content {
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 15px 0 15px 0;
}

/*.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}*/






.hidden {
	display : none;
}

