h3,h1,h2{
	font-family: Arial, Helvetica, sans-serif, Times New Roman;
	font-size: 15px;
}

.header{
	background-color:#a3a1fa;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;*/
}

.core {
	font-family: Arial, Helvetica, sans-serif, Times New Roman;
	font-size: 14px;
	color: #000;
	background-color: #a3a1fa;
	border: 1px;
}

.navigation{
	text-align: center;
	vertical-align: middle;
	background-color:#a3a1fa;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #38389b;
 border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;*/
	font-family: Arial, Helvetica, sans-serif, Times New Roman;
	font-size: 13pt;
	color: #38389b;
	/*font-weight: bold;*/
}

.margin {
	margin-left:50;
	margin-right:50;
}

/* FOOTER */

.footer{
	background-color:#a3a1fa;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 2px;*/
}

.footer_line1 {
	font-size: 14pt;
	color: #38389b;
}

.footer_line2 {
	font-size: 11pt;
	color: #38389b;
}

.notes {
	font-family: Arial, Helvetica, sans-serif, Times New Roman;
	font-size: 11px;
	color: #000;
}


/* a: */

a:visited {
	color: #38389b;
	text-decoration: none;
}
a:hover {
	color: #F5CA1B;
	text-decoration: underline;
}
a:active {
	color: #F5CA1B;
	text-decoration: none;
}
a:link {
	color: #38389B;
	text-decoration: none;
}