BODY, P, TD, FORM {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size :8pt;
	color : #000000;
}
TH {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size :8pt;
	color : #000000;
	font-weight: bold;
}
INPUT, TEXTAREA, SELECT {
	font-family : Tahoma, Arial,Helvetica, sans-serif;
	font-size : x-small;
	color : #000000;
	border-width:1;
	border-color: #A5ACB2;
	border-style: solid;
}
/*  заголовки headings *******************************/
H1 {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight: bold;
	color : #000000;
	margin-left: 0px;
	margin-right : 0;
	margin-bottom : 2;
	margin-top : 2;
}

H2 {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
	font-size : x-small;
	margin-bottom: 5px;	
}

H3 {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #991900;
	font-weight : bold;
	font-size : xx-small;
	margin-top: 5px;	
	margin-bottom: 10px;	
}
/*  ссылки  links *******************************/
A:link, A:active, A:visited {
	font-size : 8pt;
	color : #991900;
	text-decoration : none;
}
A:hover {
	font-size : 8pt;
	color : #991900;
	text-decoration : underline;
}
/* ссылка без подчеркивания */
a.noa:link, a.noa: visited, a.noa:hover, a.noa:active {  
	color: #000000;
	text-decoration : none;
	font-size : 8pt;
}
a.menu:link,a.menu:active,a.menu:visited {
	font-size :8pt;
	text-decoration : none;
	color: #FFFFFF;
}
a.menu:hover {
	font-size : 8pt;
	text-decoration : underline;
	color: #FFFFFF;
}
a.gray:link,a.gray:active,a.gray:visited {
	font-size :8pt;
	text-decoration : underline;
		color: #000000;
}
a.gray:hover {
	font-size : 8pt;
	text-decoration : underline;
	color: #000000;
}
/****************************************** классы classes */
/*  общие  common *******************************/

.date {
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #FFFFFF;
}
.copyright {
	font-size : xx-small;
	color: #DEDEDE;
}
.prfx {
margin-top:4px;
margin-bottom:2px;
}

/*заголовок без тегов <h >*/
.h_x { 
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 20px;
	/*font-weight : bold;*/
	color : #000000;
}

/*  другие other *******************************/
.red {
	color : #991900;
}
.noborder {
	border-style : none;
}
.gray {
	color : #9E9E9E;
}
/*стиль таблички типа список клиентов */
.clientstablestyle {background:#CCCCCC}
.clientstablestyle tr {background:#FFFFFF}


