/*
	This file contains CSS rules for all default elements styles. 
	
	This file is also used in FCKEDITOR!!!
*/

html, body, div, img
{
	border: 0;
	margin: 0;
	padding: 0;
}
html
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}
body
{
	background-color: #000000;
	color: #ffffff;
}
h1, h2, h3, h4, h5
{
	color: #ffffff;
	margin: 10px 0 10px 0;
	padding: 0;
}
h1
{
	font-size: 18px;
	font-weight: normal;
}
h2
{
	font-size: 16px;
	font-weight: normal;
}
h3
{
	font-size: 14px;
	font-weight: normal;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}
h5
{
	font-size: 10px;
	font-weight: bold;
}
input
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 15px;
	font-size: 12px;
	color: #000000;
}
textarea
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 12px;
	color: #000000;
}
form
{
	margin: 0; 
	padding: 0;
	border: 0;
}
