body { color: black; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: white; }

p {}

td {}

a:link { color: black ; text-decoration: none; }

a:visited { color: black ; text-decoration: none; }

a:hover { color: orange ; font-weight: 700; text-decoration: none; }

a:active { color: black ; text-decoration: none; cursor: pointer; }
h1 { color: #0c3; font-size: 18pt; font-family: Georgia, "Times New Roman", Times, serif; text-align: center; }
h2 { color: #0c3; font-size: 16pt; font-family: "Courier New", Courier, Monaco, monospace; font-weight: 700; text-align: center; }
h3 { font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #0c3; }
h4 { font-size: 14pt; font-family: Georgia, "Times New Roman", Times, serif; background-color: #0c3; }
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}
.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}
.content{
	background:#FFF;
	padding:4px;
}
#basic-accordian{
	border:solid 5px #eee;
	padding:5px;
}

.accordion_headings{
	padding:5px;
	background:#0c3;
	color:#ffffff;
	border:solid 1px #fff;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00209f;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#00209f;
}

