/* static START */
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	font-family:"Arial Narrow", Arial, sans-serif;
	color:#006A99;
}
.h1 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:200%;
}
.h2 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:170%;
}
.h3 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:150%;
}
.h4 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:150%;
	color: #006A99;
	font-weight: bold;
}
.h5 {font-size:110%;}
.h6 {font-size:100%;}
img {
	border:0;
}

a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#462369;;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.button {
	color: #FFFFFF;
	background-color: #008DCB;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

