/* CSS Document */

h1 {
	font-size: 16px;
	color: #124b9b;
	margin: 0px;
	margin-bottom: 20px;
}

h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #124b9b;
	margin-top: 20px;
	margin-bottom: 12px;
}

h5 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #777777;
	margin-top: 0px;
	margin-bottom: 12px;
	clear: both;
}

p {
	margin-top: 0px;
	margin-bottom: 11px;
}

/* Links normal */

a:link {
	color: #656565;
	border-bottom: none;
	text-decoration: none;
}

a:visited {
	color: #656565;
	border-bottom: none;
	text-decoration: none;
}

a:hover {
	color: #656565;
	border-bottom: none;
	text-decoration: none;
}

a:active {
	color: #656565;
	border-bottom: none;
	text-decoration: none;
}

/* Links Text */

div#text a:link {
	color: #124b9b;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#text a:visited {
	color: #124b9b;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#text a:hover {
	color: #00265c;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

div#text a:active {
	color: #124b9b;
	border-bottom: 1px dashed #cdcdcd;
	text-decoration: none;
}

ul {
	margin-top: 0px;
	margin-bottom: 11px;
}
