/* ~~~ ©2004 Rm; implementation by Vady ~~~
	vady[at]i.com.ua
	
	{var}
	cross-browser = false;
	static-values = true;
	unique-colors = true;
	...

*/

/* ~~~ [regular classes/selectors definitions] ~~~ */
BODY, PRE, TD, LI, UL, OL, DL, P, FORM, INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	color: #5A5A5A;
}
BODY {
	font-size: 75%;
	padding: 0px;
	margin: 0px;
}
IMG {
	border-color:#666666;
}

/* ~~~ [pseudo classes] ~~~ */
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #8D2740;
	text-decoration: none;
}
H1 {
	color: #0060BF;
	font-size: 150%;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 2px;
}
H2 {
	color: #642337;
	font-size: 100%;
	padding: 0px;
	margin: 4px 0px 8px;
}
H3 {
	color: #3366CC;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 2px;
	border-bottom: 1px solid #3366CC
}
H4 {
	color: #3366CC;
	font-size: 90%;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	line-height: normal;
}

I	{
	font-size: 90%;
}
LI	{
	color: #000;
	list-style-type: disc;
	/*font-size: 90%;*/
}

/* ~~~ [colors] ~~~ */
.color1 {
	background-color: #459832;
}
.color2 {
	background-color: #FF9900;
}

/* ~~~ [text feat] ~~~ */
td.date {
	font-size: 75%;
	font-weight: bold;
	color: #666666;
	padding: 2px 4px;
	background: url(../images/img-5.jpg) no-repeat left top;
}
td.idate {
	font-size: 75%;
	font-weight: bold;
	color: #666666;
	padding: 2px 4px;
	background: url(../images/img-13.jpg) no-repeat left top;
}
span.date {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.intro {
	padding: 5px 39px;
	width: 778px
}
.intro p {
	padding: 0px;
	font-size: 70%;
	margin: 3px 0px 14px;
}
.intro a {
	font-size: 95%;
	color: #0060BF;
}
.tabindex {
	margin: 30px 0px 15px
}
.column, .columned {
	width: 34%;
	vertical-align: top;
	padding: 0px 8px 0px 0px
}
.columned {
	width: 33%;
	background: url(../images/vline.gif) repeat-y left;
	padding: 0px 4px 0px 26px;
}
.path {
	display: none;
}
table.text {
	clear: both;
	border: none;
}
table.tmptable	{
	border-collapse: collapse;
}
table.tmptable-l	{
	border-collapse: collapse;
}
.tmptable tr td	{
	font-size: 80%;
	text-align: center;
	padding-left: 0;
	padding-bottom: 0;
	padding: 3px;
	border: 1px solid  #3366CC;
}
.tmptable-l tr td	{
	font-size: 85%;
	text-align: left;
	padding-left: 0;
	padding-bottom: 0;
	padding: 1px;
	
}
.text td {
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text p {
	font-size: 90%;
	color: #000000;
	line-height: 1.3em;
	text-align: left;
}
.copyright {
	color: #5A5A5A;
	font-size: 70%;
	padding-bottom: 20px;	
}
div.copyright {
	text-indent: 20px;
}
p.searchbox {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 10px 0px 0px;
}
.form td {
	padding: 2px 4px 1px 4px;
	margin: 0px;
	font-size: 85%;
	color: black
}
.form td.labels {
	border-top: 2px solid white;
	border-bottom: 1px solid grey;
	background-color: #f2f2f2

}

/* ~~~ [forms] ~~~ */
.search {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	color: #898587;
	background-color: #F6EAED;
	vertical-align: middle;
/*/*/
	border: 1px solid #6E1E32;
	padding: 3px 4px;
/*buzz*/
}
.fields, .sfields {
	width: 240px;
	font-size: 13px;
	height: 21px;
	color: #666666;
	background-color: #F8F8F8;
	vertical-align: middle;
/*/*/
	border: 1px solid #D4D0C8;
	padding: 2px 3px;
/*buzz*/
}
.sfields {
	width: 70px;
}
.txtarea {
	font-size: 11px;
	width: 266px;
	height: 80px;
	color: #666666;
	background-color: #F8F8F8;
	vertical-align: middle;
/*/*/
	border: 1px solid #D4D0C8;
/*buzz*/
}
.buttons {
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	color: #ffffff;
	background-color: #FF9900;
	vertical-align: middle;
	text-transform: uppercase;
/*/*/
	padding: 1px 5px;
	border-color: #cecece #928A81 #928A81 #cecece;
	border-style: solid;
	border-width: 1px;
/*buzz*/
}
.errormsg {
	color: #ff0000 !important;
	font-weight: bold;
}
.li2 {
	color: #000000;
	list-style-type: disc;
	font-size: 90%;
	padding-bottom: 2px;
	
}
.updategsa {
	font-size: 75%;
	color: #666666;
}