/*
	CSS Styles Document
	----------------------
	
	Please note:
	------------
	This is a STYLES document ONLY.
	Any STRUCTURAL markup/ styles be found within structure.css
	
*/

html {
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
