/* CSS Global Document */

/* =Contents
****************************************
	Reset CSS
	Base Styles
*/

/* Reset CSS 
****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* Define focus styles! */
:focus {
	outline: 0;
}
/* Tables also need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base Styles 
****************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {font-size:2.5em;}
h2 {font-size:1.8em;}
h3 {font-size:1.5em;}
h4 {font-size:1.2em;}
h5 {font-size:1.2em;}
h6 {font-size:1.2em;}
p, ul, ol {font-size:1.2em;}

/*
a {color: #06f}
a:link {color: #06f}
a:visited {color: #06f}
a:hover {color: #06f}
a:active {color: #06f}
*/
