@charset "utf-8";
/* CSS Document */

body {
	background: #62BAFF url(/images/bg-moreinfoweb.png) repeat-x;
	font-family:"Lucida Sans", "Lucida Console", Verdana, Calibri;
	color: #000000;
	font-size: 75%;
	font-weight: none;
	}

input {
	font-family:"Lucida Sans", "Lucida Console", Verdana, Calibri;
	font-size: 95%;
	font-weight: none;
	color: #000000;
	}

textarea {
	font-family:"Lucida Sans", "Lucida Console", Verdana, Calibri;
	font-size: 95%;
	font-weight: none;
	color: #000000;
	}

.title {
	font-size: 125%;
	font-weight: bold;
	}

.italic {
	font-size: 100%;
	font-style: italic;
	}