body, table, input, select{
	font: 8pt Verdana;
}
.brd_black_3px{
	height: 3px;
	background-color: black;
}
.brd_black_1px{
	border: 1px solid black;
}
.brd_white_1px{
	height: 1px;
	background-color: white;
}
.title_1, .title_2{		
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid black;
	height: 18px;
	font-size: 9pt;
}
.title_1{
	background-color: #008B7B;
	color: white;
}
.title_2{
	background-color: #9AD8DA;
	color: black;
}
.gradient{
	background-color: #B9D989;
	/*filter: Alpha(Opacity="100", FinishOpacity="5", Style="1", Startx="0", Finishx="100%", Starty="0%", Finishy="0%");*/
}
.contacts{
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	height: 30px;
	margin-bottom: 8px;
}
.text{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*P:first-letter{
	font-weight: bold;
}*/
P{
	margin: 0px
}

.left{
	background-image: url('../img/gradient_l.gif');
	background-repeat: repeat-y;
	border-left: 1px solid black;
	border-right: 1px solid black;

}
.right{
	background-image: url('../img/gradient_r.gif');
	background-repeat: repeat-y;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
.brd_black_dotted{
	border-bottom:1px dotted black;
}
#tab{
	text-indent: 10px
}
#radio{
	width:12px
}
#res{
	margin-left: 4px; /* padding-left + margin-left = 12 px */
	margin-top: 0px;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #006600;
}
a{
	text-decoration: none;
	color: #006600;
}
.bord_left{
	border-left: 4px solid #009A77;
}
li{
	line-height: 25px;
}
.green{
	color: #006600;
}
.white{
	color: white;
}
form{
	margin: 0px;
}