/* определение типа шрифта */
body, butt, buttred, input, ismall, textarea, select, inputred, forma, forma2, tab, tab2, bold, normal, mail
{
	font-family: 		
}

.level1 {
	
	font-style: italic;
	text-transform: uppercase;
}

.level1ni {
	
	text-transform: uppercase;
}

.level2 {
	
	font-weight: normal;
}

.level3 {
	
	font-weight: normal;
}

.level4 {
	
	font-weight: normal;
}

.level5 {
	
	font-weight: normal;
0}

.v {
	display: 'block';
	visibility: 'visible';
}

.h {
	display: 'none';
	visibility: 'hidden';
}


table {border-collapse: collapse;}

.yl {
	background-color: #FFFF77;
}


/* малиновая кнопка */
.butt {
	background-color: 	#CCBBBB;
    border: 1px solid black;
    color: 				#000000;
    font-weight: 		normal;
    height: 			16pt;
}

/* малиновая кнопка */
.mbutt {
	background-color: 	#CCBBBB;
    border: 1px solid black;
    color: 				#000000;
    font-weight: 		normal;
    height: 			16pt;
    width:				80pt;
}

/* малиновая кнопка */
.sbutt {
	background-color: 	#CCBBBB;
    border: 1px solid black;
    color: 				#000000;
    font-weight: 		normal;
    height: 			14pt;
}


/* поле ввода с контуром */
.input{
	background-color: 	white;
    border: 1px solid black;
    color: 				black;
    font-weight: 		normal;
    height: 			15pt;
}


/* поле ввода без контура и чуть поменьше */
.ismall{
	background-color: 	white;
    height: 			14pt;

}

/* область ввода */
.textarea {
	background-color: 	  white;
    border: 1px solid black;
    scrollbar-face-color: #F0F0F0;
}

.select {
	background-color: 		white;
    
.select_small {
	background-color: 		white;
    

}

.select_med {
	background-color: 		white;
    

.select_long {
	background-color: 		white;
    
    width:					200pt;
}

.inputred{
	margin-left: 2px;
	margin-right: 2px;
	height:		12pt;
	background-color: white;
    border: 1px solid black;
    color: red;
    
    font-weight: normal;
}

.forma {
    
    font-weight: normal;
}

.forma2 {
    
    font-weight: normal;
}

table.forma2 td { border: 1px solid #000000;}

form {
	display: inline;
}

.bold {
    
    font-color: black;
    font-weight: bold;
    text-decoration: none;
}

.normal {
    
    font-color: black;
    font-weight: normal;
    text-decoration: none;

}

.small{
    font-size: 80%;
    font-color: #FFAAFF;
    font-weight: normal;
    text-decoration: none;

}

.mail {
    
    font-color: black;
    font-weight: normal;
    text-decoration: none;

}

A.mail:link {color: blue; font-weight: bold;}
A.mail:visited {color: magenta; font-weight: bold;}
A.mail:hover {color: red; font-weight: bold;}
A.mail:active {color: red; font-weight: bold;}

