/*

Reset.Css by Mauricio S. Otta

2009-04-03 - removed padding from <form>, both IE and Safari
2009-03-26 - get rid of dotted lines around links in Firefox

*/


html {
	overflow: -moz-scrollbars-vertical; /* Always display the vertical scrollbar */
	border: 0;
}

* {
	outline: none; /* no dotted line around links in Firefox */
}

a {
	text-decoration: none;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a:hover {
	text-decoration: underline;
}

body {
	padding: 0;
	margin :0;
	font-size: 10px;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	color: black;
	background-color: white;
	font-weight: regular;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
	margin: 0;
	padding: 0 0 0 2em;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}

tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }



h1 {
	font-size: 2em; padding: .67em 0; margin: 0;
}

h2 {
	font-size: 1.5em; padding: .75em 0; margin: 0;
}

h3 {
	font-size: 1.17em; padding: .83em 0; margin: 0;
}

h4 {
	font-size: 1.12em; padding: 1.12em 0; margin: 0;
}

h5 {
	font-size: .83em; padding: 1.5em 0; margin: 0;
}

h6 {
	font-size: .75em; padding: 1.67em 0; margin: 0;
}

strong {
	font-weight: bolder;
}

form {
	padding: 0;
	margin: 0;
}





div {
	padding: 0;
	margin: 0;
}



.clear {
	clear: both;
}

