/*------------*/
*{
 MARGIN: 0;
 PADDING: 0;
 FONT-SIZE: 100.01%;
}
HTML{
	HEIGHT: 100%;
}
BODY{
 MIN-HEIGHT: 100%;
 HEIGHT: 100%;
}
DIV.page {
 HEIGHT: auto !important;
 MIN-HEIGHT:100%;
 HEIGHT: 100%;
}
DIV.page DIV.footer_guarantor {
 height: 60px;
 clear: both;
}
DIV.footer {
 MARGIN-TOP: -60px;
 HEIGHT: 60px;
 CLEAR: both;
}
/*------------*/




/* ïóñòûå ñòðîêè */
.bl1 {
	font-size: 1px;
	height: 1px;
}
.bl2 {
	font-size: 2px;
	height: 2px;
}
.bl3 {
	font-size: 3px;
	height: 3px;
}
.bl4 {
	font-size: 4px;
	height: 4px;
}
.bl5 {
	font-size: 5px;
	height: 5px;
}
.bl7 {
	font-size: 7px;
	height: 7px;
}
.bl8 {
	font-size: 8px;
	height: 8px;
}
.bl10 {
	font-size: 10px;
	height: 10px;
}
.bl11 {
	font-size: 11px;
	height: 11px;
}
.bl16 {
	font-size: 16px;
	height: 16px;
}




.bt{
	border-top: 1px solid #DBDBDB;
}
.br{
	border-right: 1px solid #DBDBDB;
}
.bb{
	border-bottom: 1px solid #DBDBDB;
}
.bl{
	border-left: 1px solid #DBDBDB;
}




/* ÂÛÐÀÂÍÈÂÀÍÈÅ */
.wauto {
	width: auto;
}
.vtop {
	vertical-align: top;
} 
.vbottom {
	vertical-align: bottom;
}
.vmiddle {
	vertical-align: middle;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.hcenter,
.center {
	text-align: center;
}



/* ÖÂÅÒÀ */
.off {
	color: gray;
}
.nono {
	color: red;
}
.no {
	color: darkred;
}
.yes {
	color: darkgreen;
}
.nobg {
	background-color: #FFDDDD;
}
.yesbg {
	background-color: lightgreen;
}
.selbg {
	background-color: lightyellow;
}





/* ÎÒÌÅÍÛ */
.nbt{
	border-top: 0px;
}
.nbr{
	border-right: 0px;
}
.nbb{
	border-bottom: 0px;
}
.nbl{
	border-left: 0px;
}
.nobr, .nowrap{
	white-space: nowrap;
}
.np{
	padding: 0px;
}
.nm{
	margin: 0px;
}
.none {
	text-decoration: none;
}
.hauto {
	width: auto;
}
.wnorm {
	font-weight: normal;
}






