/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
	font-family: "Fontin Sans";
	src: url("../fonts/Fontin_Sans_R_45b.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Fontin Sans";
	src: url("../fonts/Fontin_Sans_B_45b.otf");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Fontin Sans";
	src: url("../fonts/Fontin_Sans_I_45b.otf");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Fontin Sans";
	src: url("../fonts/Fontin_Sans_BI_45b.otf");
	font-weight: bold;
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	font-size: 12px;
	padding: 0.3em 0;
	line-height: 18px;
}

em {
	font-variant: italic;
}

ul,
ol {
	margin-left: 20px;
}

ul li {
	list-style: disc;
	font-size: 12px;
}

ol li {
	list-style: decimal;
	font-size: 12px;
}

var {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #00b4f7;
	text-decoration: none;
}

a:hover,
a:active {
	color: #00b4f7;
	text-decoration: underline;
}
