@charset "UTF-8";
/* CSS Document
Project Name
Common CSS
©2009 Client
Created 1/1/09 12:00AM
Updated 1/1/09 12:00AM
Validated 1/1/09 12:00AM
CSS code by Your Name at Your Company, www.yourwebsite.com */

/* Normalize the padding and margins, remove borders */
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, p, blockquote, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, caption, table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Reset italics and bold */
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}

/* Set basics properties for page */
body {
	color: #000;
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	}