html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
    font-size: 0.9em;
    font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}

a {
	color: #12377E;
}

/* Header */
#header-menu{
    font-size: x-small;
    font-weight: bold;
}

/* Content */
#breadcrumb{
    font-size: x-small;
}
#page-title{
	color:#3251A1;
	margin: 10px 0 0 0;
}
h2{
	margin: 10px 0 0 0;

}
.content p {
    text-align: justify;
}

/* Footer */
#footer{
	font-size: x-small;
	line-height: 1.4em;
}
