@import url(module/layout_fixed.css);
@import url(module/backgrounds.css);
@import url(module/table.css);
@import url(module/form.css);
@import url(module/type.css);

/* Global Styles */

body, html, .htmlbody {
	margin				: 0;
	padding				: 0;	
	text-align			: center;
	font-family			: 'Verdana', Verdana, Arial, sans-serif;
	font-size			: 76%;	
	color				: #7C7A6A;
}

div	{
	margin				: 0;
	padding				: 0;
	border				: none;
}

img { 
	border				: none;
}

hr {
	width				: 90%;
	border				: 1px solid #8E6E7E;
}