/*Все общие стили сюда пихаем*/

*{
	padding: 0px;
	margin: 0px;
}

DIV{ position: relative;}

BODY, TD, DIV, P, A, INPUT, TEXTAREA, LI, TH{font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}

IMG{
	border: 0 none;
}

DIV#body
{
	width: 100%;
	display: block;
	height: 100%;
	vertical-align: top;
	background-color: #fff;
	/*border: 1px solid #000;*/
	padding-bottom: 39px;
}
/*
TD, A{
	font-size: 9pt;
}
*/
.small{font-size: 8pt;}

A{
	text-decoration: underline;
	color: #000;
}



A.decor{
	text-decoration: none;
}
A.decor:hover{
	text-decoration: underline;
}

A.decor:visited, A:visited{
	color: #999999;
}

.bold {font-weight: bold;}
.whitecolor{ color: #fff;}
.blackgb{ background-color: #000;}
.whitegb{ background-color: #fff;}
.header {color: #a56201; font-weight: bold;}
.linkgrey {color: #7a7a7a; font-weight: bold; text-decoration:underline;}
.linkblack {color: #000; font-weight: bold; text-decoration:underline;}
.brown {color: #a56201;}
.grey {color: #7a7a7a;}

.list LI
{
	list-style: url(images/right_arrow2.gif);
	margin-top: 6px;
	margin-left: 18px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: none;
	vertical-align: text-top;
	display: list-item;
}


OL{
	padding: 0;
	margin: 0;
}

OL LI{
	margin-left: 20px;
	padding-bottom: 15px;

}


