body {
	background-color: #FFFFFF;
	background-image: url("img/back_body.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
.centrar {
	text-align: center;
	padding: 0;
    margin: 0;
}
.creditos {
	font-family: Verdana;
	font-size: 11px;
	color: #032366;
	text-align: center;
	padding: 20px 0;
}
.back {
    font-family: Verdana;
    font-size: 10px;
    color: #032366;
    padding-bottom: 15px;
    text-align: left;
    margin-left: 15px;
}
.back a {
	color: #032366; text-decoration: none;
}
.back a:hover {
	color: #3f6ed4; text-decoration: none;
}
h2 {
	font-family: Trebuchet Ms;
	font-weight: bold;
	font-size: 18px;
	color: #032366;
	text-align: left;
	padding-left: 5px;
}
h3 {
	font-family: Trebuchet Ms;
	font-weight: bold;
	font-size: 18px;
	color: #032366;
	text-align: center;
}
#basic-accordian{
	text-align: justify;
	background-color: white;
	border: 3px solid #afbddb;
	padding:5px;
	width:650px;
	position:absolute;
	margin-top: 15px;
	margin-left: 25px;
}
.accordion_headings{
	font-family: Trebuchet Ms;
	font-size: 11px;
	padding:5px;
	background-image: url("img/back_noti.png");
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-size: 13px;
	font-weight:bold;
}
.accordion_headings:hover {
	background-image: url("img/back_notihover.png");
}
.header_highlight{
	background-image: url("img/back_notihover.png");
	color: #032366;
}
.accordion_child{
	padding: 15px 15px 15px 50px;
	background: #fff;
	border:3px solid #ebeff8;
	height: 220px;
	overflow:auto;
}
.accordion_child a:link { 
	font-family: Trebuchet Ms; font-size: 12px; color: #032366; text-decoration: none;
}
.accordion_child a:hover {
	font-family: Trebuchet Ms; font-size: 12px; color: #3f6ed4; text-decoration: none;
}
.accordion_child a:visited { 
	font-family: Trebuchet Ms; font-size: 12px; color: #032366; text-decoration: none;
}
.accordion_child a:active {
	font-family: Trebuchet Ms; font-size: 12px; color: #3f6ed4; text-decoration: none;
}
.no-active {
	font-family: Trebuchet Ms;
	font-size: 12px;
	color: gray;
	padding-left: 10px;
}
#basic-container{
	background-color: white;
	border: 3px solid #afbddb;
	padding:5px;
	width:265px;
	position:absolute;
	margin-top:30px;
	margin-left: 25px;
}
.tab_container *{
	float:left;
	width:120px;
	text-align: center;
}
.accordion_headings a:link { 
	font-family: Trebuchet Ms; font-size: 12px; color: #fff; text-decoration: none;
}
.accordion_headings a:hover {
	font-family: Trebuchet Ms; font-size: 12px; color: #032366; text-decoration: none;
}
.accordion_headings a:visited { 
	font-family: Trebuchet Ms; font-size: 12px; color: #fff; text-decoration: none;
}
.accordion_headings a:active {
	font-family: Trebuchet Ms; font-size: 12px; color: #032366; text-decoration: none;
}
