/** BASIC */

body { margin: 0px; padding: 0px;}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 { margin: 0px; }

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

br .h15 {
	line-height: 1.6em;
	height: 1.6em;
}

/** LINKS */

a             { color: #39ABC3; }
a:hover       { text-decoration: none; }
a.link1       { text-decoration: none; font-size: 0.8em; color: #999999;}
a.link1:hover { text-decoration: underline; }

/** FORMS */

form { margin: 0px; padding: 0px; font-size: 100%; }

form input, select, textarea{
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #525252;
}

/** TABLES */

table, table tr, table td {
	border-style:none;
	border-spacing: 0px;
	border-width: 0px;
}

table {
	width:100%;
	border-collapse: collapse;
}

table tr, table td {
	padding: 0px;	
}

/** MISC */

img { border: none; }

.clearer {
	clear: both;
        line-height:0px;
	height: 0px;
}

.centering {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
