@charset "utf-8";

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-align: justify;
	color: #001C55;
	clear: both;
}

h1 {
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
	color: #001C55;
	clear: both;
}

#header p {
	text-align: center;
	font-size: 12px;
}

#footer p {
	text-align: center;
	font-size: 13px;
	padding: 0 0 10px 0;
}

div.panel p {
	padding: 0 0 20px 0;
}

.clearBoth {
	clear: both;
}

.center {
	text-align: center;
}
