/* ~~~ ©2004 Rm; implementation by Vady ~~~
	vady[at]i.com.ua
	
	{var}
	cross-browser = false;
	static-values = true;
	unique-colors = true;
	...

*/

@import url("common.css");


/* ~~~ [regular classes/selectors definitions] ~~~ */
BODY {
	padding: 0;
	margin: 0;
/*/*/
	background: #ffffff url(../images/main-bg.gif) repeat-x top;
/*buzz*/
}

/* ~~~ [template colors & background sets] ~~~ */
.bgset1 {
/*/*/
	background: url(../images/sub-bg.gif) repeat-x bottom !important;
/*buzz*/
}
.bgset2 {
/*/*/
	background: url(../images/brick.gif) !important;
/*buzz*/
}

.list-v4 {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list-v4 li {
	background: url(../images/list-bullet-10.gif) no-repeat left top;
	margin: 0;
	padding: 2px 4px 2px 10px;
	font-weight: bold;
	text-align: left
}
.subhead {
	color: #4575B2;
	font-weight: bold;
	font-size: 12px;
}