html	{
	height: 100%;
	background: #000 url('../images/background.png') repeat-x;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: #000 url('../images/background.png') repeat-x;
}

a	{
	color: #fff;
	text-decoration: none;
}

a:hover	{
	text-decoration: none;
}

del	{
	font-size: 6px;
}

del p	{
	color: #ccc;
	text-decoration: line-through;
}

del code	{
	color: #ccc;
	text-decoration: line-through;
}

h1, h2, h3, h4, h5, h6	{
	color: #222222;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1	{
	font-size: 22px;
}

h2	{
	font-size: 17px;
	font-weight: normal;
}

h3	{
	font-size: 14px;
	font-weight: normal;
}

h4	{
	font-size: 12px;
}

h5	{
	font-size: 10px;
}

h6	{
	font-size: 8px;
}

table {
	font-size: 11px;
	font-weight: normal;
}

th  {
	font-weight: bold;
	text-align: right;
	color: #444;
}

td  {
	font-weight: normal;
}
/*
select	{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #777;
	border: 1px solid #eee;
	width: auto;
}

input {
	font-size: 11px;
	border: 1px solid #555;
	background: #fff;
	color: #000;
}

button {
	border: 1px solid #555;
	color: #000;
	width: auto;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
}
*/
form  {
	margin: 0px;
	padding: 0px;
	display: inline;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea	{
	width: 95%;
	height: 500px;
	border: 1px solid #eee;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
/*
label	{
	font-weight: bold;
	color: #444;
	font-size: 13px;
	display: block;
}
*/
p	{
	text-indent: 12px;
}

menu	{
	list-style: none;
	padding: 0;
	margin: 0;
}

li	{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul	{
	list-style: none;
	padding: 0;
	margin: 0;
}

hr	{
	border: 0;
	background: #ddd;
	height: 1px;
	width: 50%;

}

th	{
	text-align: left;
}
