/*
	This file contains CSS rules for all default public elements styles. 
	
	This file is also used in FCKEDITOR!!!
*/
html, body, img
{
	border: 0;
	margin: 0;
	padding: 0;
}

html, input, textarea, select, table, td
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}


h1, h2, h3, h4, h5
{
	margin: 10px 0 10px 0;
	padding: 0;
}
h1
{
	font-size: 18px;
	font-weight: normal;
	padding: 0 8px;
}
h2
{
	font-size: 16px;
	font-weight: normal;
}
h3
{
	font-size: 14px;
	font-weight: normal;
}
h4
{
	font-size: 13px;
	font-weight: bold;
}
h5
{
	font-size: 12px;
	font-weight: bold;
}

a
{
	text-decoration: none;
}
a:hover
{	
	text-decoration: underline;
}

form
{
	margin: 0; 
	padding: 0;
	border: 0;
}
input
{
	
}
textarea
{
	
}

ul
{
	padding: 0 0 0 15px;
	margin: 0;
}

th
{
	text-align: left;
	font-weight: bold;
}

p
{
	margin: 5px 0;
	padding: 0px;
}
