* {
	font-size: 100%;
}

html {
	width: 100%;
	height: 100%; /*opera*/
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, serif;
	font-size: 80.01%;
/*	line-height: 1.6; */
/*	font-family: Arial,sans-serif;*/
/* background: transparent url('/images/bg/body-bg.png') repeat-x scroll 100% 0%;*/
}

p{
	margin-top: 0;
}

img#logo-print {display: none;}

img{
	border: 0;
}

#measurer{
	width: 100%;
	height: 1em;
	position: absolute;
	left: 0;
	top: -1em;
	visibility: hidden;
	line-height: 1em;
	background: white;
}

a:link, .pseudo-link{
	color:#da251c;
}
.pseudo-link {
	text-decoration: none;
	border-bottom: 1px dashed #589923;
}
.pseudo-link.active {
	color: Black !important;
	border-color: Black !important;
}

a:visited{
	color:#c5254e;
}
a:hover, .pseudo-link:hover{
	color:#589923 !important;
	border-color:#40bd4f !important;
}