/*/
 * @author Kalyuzhnyi Alexey lexx.pp.ua
 * @copyright Copyright (C) 2010 lexx.pp.ua. All rights reserved.
/*/
@import url("layouts.css");
@import url("addons.css");
@import url("forms.css");

/* CSS Document */
* {	margin:0;padding:0;outline:none;}
html, body {height:100%;}
table, img {border:0;}
table {border-collapse:collapse;}
table td {padding:5px;vertical-align:top;}
:focus {outline:none;}
/*label {cursor:pointer;}*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height:150%;
	color: #333333;
	background:#3E1404;
}
/*  Heading Formatting */
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #5d1e04;	
}
h1 {
	font-size:1.9em;
	line-height: 150%;
}
h2 {
	font-size:1.7em;
	line-height: 150%;
}
h3 {
	font-size:1.5em;
	line-height: 150%;
}
h4 {
	font-size:1.4em;
	line-height: 150%;
}
h5 {
	font-size:1.3em;
	line-height: 150%;
}
h6 {
	font-size:1.2em;
	line-height: 150%;
}
/*links*/

a {
	color: #993300;
	text-decoration:underline;
}
a:hover {
	color: #993300;
	text-decoration:none;	
}

/* img */
.r{
	display:block;
	float:right;
	padding:3px;
}
.b{
	display:block;
	margin:5px;
}
/* list */
ul{
	list-style:none;
	list-style-image:none;
}
.article ul{
	display:block;
	list-style-position:inside;
	list-style-type:disc;
}
small{
	font-size:60%;
}