/*
	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, Arial, sans-serif;
	font-size: 		11px;
	color:				#333;
}

input, textarea
{
	outline: none;
}

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

a
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
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: 	10px 0 10px 0;
	padding: 	0px;
}
