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

#basic-accordian{
	width:650px;
	float: left;
}

.accordion_headings{
	color:#016697;
	background-color: #EEE;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	font-size: 12px;
	font-weight: bold;
}

.accordion_headings:hover{
	background-color: #4698D9;
	color: #FFF;
}

.accordion_child{
	padding:15px;
	width: 619px;
	background-color: #F9F9F9;
}

.header_highlight{
	background-color: #016697;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}
.tabs {
	width: 680px;
}

.tab_container *{
	width:120px;
	float: left;
}
p {
	color: #56616A;
	font-style: italic;
}
	
h1
{
	color: #016697;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 8px;
}
h2 {
	color: #016697;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 8px;
	font-style: italic;
}
.head {
	color: #016697;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
