@charset "UTF-8";

html, body{
background-image:url(bg-tile.gif);
background-repeat:repeat-x;
background-color:#fdfaf5;
margin:0px;

font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	color: #805b51;
}


.frontTxt{
font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	color: #805b51;

}

.extraTxt{
font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	color:#666666;

}

.warningTxt{
font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	color: #f63829;

}


.validation-advice {
	margin: 4px 0;
	padding: 4px;
	background-color: #805b51;
	color : #000000;
	font-weight: 700;
	font-family:Arial, Helvetica, sans-serif;
}

A:link {color:#636363; font-family: "Times New Roman", Times, serif; font-size: 18px; text-decoration: none; font-weight: 400} 
A:visited {color: #636363; font-family: "Times New Roman", Times, serif; font-size: 18px; text-decoration: none; font-weight: 400} 
A:hover {color:#f63829; font-family: "Times New Roman", Times, serif; font-size: 18px; text-decoration: none; font-weight: 400} 
A:active {color:#636363; font-family: "Times New Roman", Times, serif; font-size: 18px; text-decoration: none; font-weight: 400}

