	body{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #454545;
	}
		
	img{ border: 0px; }
	
	a.menu{
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #83b7d7;
		text-decoration: none;
	}
	
	a.menu:hover{
		color: #e8a4e9;
	}
	
	span.title, h1{
		font-family: Geneva, sans-serif;
		font-size: 16px;
		color: #e8a4e9;
	}
	
	span.titleBlue{
		font-family: Geneva, sans-serif;
		font-size: 16px;
		color: #6598FF;
	}
	
	span.titleGreen{
		font-family: Geneva, sans-serif;
		font-size: 16px;
		color: #75EC3C;
	}
	
	label{
		font-family: Geneva, sans-serif;
		font-size: 12px;
		color: #6598FF;
		width: 160px;
	}
	
	input, textarea{
		background-color: #FF9;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		border: 1px solid #cdcdcd;
		width: 230px;
	}
	