/*
//	Значения базовых элементов
//
//	23 декабря 2008 года
//	© Студия Ниазида, http://niazida.ru
*/
body {
	/*background: ;*/
	font-size: 0.9em;
	color: #fff;
	font-family: Arial;
}

/*a {
	color: ;
}*/

/*h1, h2, h3, h4, h5, h6 {
	color: ;
}*/

h2.seo {
	font-size: 101%;
	font-weight: normal;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: solid 1px /**/;
	clear: both;
}

input, textarea, select {
	border: solid 1px #fff;
}

textarea {
	font-family: Arial;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*
//	Значения для таблиц
*/

table {
	border: solid 1px ;
	border-bottom-width: 5px;
}

table td, table th {
	padding: 7px;
	border-bottom: solid 1px ;
}

table th {
	background: ;
}

table td {
	background: ;
}

.png {
	filter: expression(fixPNG(this));
}
