html, body {
	background: none #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	background: none;
	color: #6e7989;
	text-decoration: underline;
}
a:active {
	background: none;
	color: #6e7989;
	text-decoration: underline;
}
a:visited {
	background: none;
	color: #5a6471;
	text-decoration: underline;
}
a:hover {
	background: none;
	color: #8592a6;
	text-decoration: none;
}

.title-small {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background: none;
}
.title-big {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background: none;
}

.form-input {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	background: none #FFFFFF;
	border: 1px double #6E7989;
	width : 196px;
}
.form-big {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	background: none #FFFFFF;
	border: 1px double #6E7989;
	width : 296px;
	height: 100px;
}
.form-impaired {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	font-size : 12px;
	background: none #6E7989;
	border: 3px solid #6E7989;
	width: 200px;
}