/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, address, form, table, caption, article, aside,
figure, figcaption, footer, header, hgroup, nav, section, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'arialregular', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	list-style: none;
	max-width: 1280px;
	min-width: 250px;
	margin: 0px auto;
	padding: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}/* General Navigation List */
nav a {
	text-decoration: none;
}