﻿/*
 Reset default browser CSS
 Based on
 - Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 - Blueprint: http://www.blueprintcss.org/
 - TMD solutions
*/
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,
form, fieldset, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
	margin: 0;
	padding: 0;
}

form, input, textarea, select {
    font-family: georgia, Verdana, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
    border: none;
	outline: none;
}

/*
 /Reset default browser CSS
*/

body {
	background: url('/img/bg_listi.gif');
    font: 10px/1.3 georgia, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
}
h1 {
    font-size: 2.1em;
	font-weight: 200;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.5em;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1.2em;
}
a {
	outline: none;
	text-decoration: none;
}
blockquote, code, img, ol, p, pre, ul, table, form {
    font-size: 1.2em;
}
p {
	color: #666;
	padding-bottom: 10px;
}
ul, ol {
	color: #666;
    padding-left: 30px;
}
code, pre {
    /* set font-family, for <IE8 */
}
textarea {
    /* set font-family, for <IE8 */
	
}
ul ul, form p, table table, table p, table form, p img, table img {
    font-size: 1em;
}