/*-------------------------------------------------------------------------------------- */
/*     Define text styles                                                                */
/*-------------------------------------------------------------------------------------- */

@font-face{
	font-family:'Besign';
	src: url('Besign.otf') format('opentype');
}

h1 {
	color:#b1dfeb;
	font-family:'Besign', Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:40px;
	font-weight:normal;
	letter-spacing: 3px;
}

div, p {
	color:#d8f2f9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

h1 i {
	font-style:normal;
	text-decoration:underline;
}

a {
	color:#b1dfeb;
}

a:hover {
	color:#FFFFFF;
}

.footertext, .footertext a {
	text-align:center;
	margin-top:-25px;
	color:#0F1C25;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.footertext a {
	text-decoration:underline;
	display:inline;
}

.footertext a:hover {
	color:#666666;
}