@import url(layout.css);
@import url(nav.css);
body{

	font-family			:	Geneva, Arial, Helvetica, sans-serif;
	
	font-size			:	11px;
	
	color				:	#333;
	
	background			:	#DEDEDE;
	
	margin				:	0;
	
	padding				:	0;
}

.clear{

	clear				:	both;
}



.textfields{

	border-top			:	1px solid #ccc;
	
	border-left			:	1px solid #ccc;

	border-bottom		:	1px solid #CCC;
	
	border-right		:	1px solid #CCC;	
}

a{

	color				:	#333;
	
	text-decoration		:	none;

}

a:hover{

	color				:	#333;
	
	text-decoration		:	none;

}


h2{
	
	font-size			:	11px;
	
	width				:	400px;
	
	color				:	#333;
	

	
	border-bottom		:	1px dotted #333;
	
	text-transform		: 	uppercase;
	
	margin				:	10px 0;
	
	padding				:	0;

}