h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #1287C1;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #007B6A;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #1287C1;
}
.textregular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;

}
a:link {
	color: #005BC1;
}

a:hover {
	background-color: #FCFDB9;
}
.highlight {
	background-color: #FCFDB9;
}
.highlightshout {
	background-color: #CE6339;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	color: #77A571;
}
.textsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.textbig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;

		color: #333333;
}
li {
	margin-bottom: 10px;
}
.imgborder {
	border: 1px solid #333333;
}
