﻿/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* {
	text-decoration: none;
	outline: none;
}
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 460px;
	margin: 0px;
	padding: 0px;
}
caption, th, td, center {
	text-align: left;
	vertical-align: top;
}
body {
	background-position: left top;
	color: black;
	line-height: normal;
	background-image: url('../img/bg_new2.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
q { quotes: "" ""; }
ul, ol, dir, menu, li {
	list-style-image: none;
	list-style-type: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
sub, sup { vertical-align: baseline; }
a { }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
