@charset "windows-1251";
body {
	font:Arial, Helvetica;
	font-style:normal;
	font-size:14px;
 	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat;
}
/*  */
h1 {
	font:Arial, Helvetica;
	font-style:inherit;
	font-size:16px;
}
.h1_Main {
	background-image:url(../images/title2.gif);
	color:#FFFF00;
	background-repeat:   repeat;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #0000FF;
	border-right-color:	 #999999;
	border-bottom-color: #999999;
	border-left-color:   #0000FF;
	border-top-width:    1px;
	border-right-width:  2px;
	border-bottom-width: 2px;
	border-left-width: 	1px;
	padding-top: 	3px;
	padding-left: 	5px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica;
	font-size:18px;
}
.h1_Topic {
	background-image:url(../images/title2.gif);
	color:#FFCC00;
	background-repeat:   repeat;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #0000FF;
	border-right-color:	 #999999;
	border-bottom-color: #999999;
	border-left-color:   #0000FF;
	border-top-width:    1px;
	border-right-width:  1px;
	border-bottom-width: 1px;
	border-left-width: 	1px;
	font-family: Arial, Helvetica;
	font-size: 16px;
	padding: 3px;
}

.h1_SubTopic {
	background-image:url(../images/title3.gif);
	color:#FF6;
	background-repeat:   repeat;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #06C;
	border-right-color:	 #666;
	border-bottom-color: #666;
	border-left-color:   #06C;
	border-top-width:    1px;
	border-right-width:  1px;
	border-bottom-width: 1px;
	border-left-width: 	1px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	padding: 2px;
}

/* List items */
ul {
	font:Arial, Helvetica;
	font-style:normal;
	font-size:14px;
	list-style-type: circle;
	display: list-item;
	text-align: justify;
}
/* Comments */
.p_comment {
	font-size:9px;
	color:#999999;
	text-align: right;	
}
/* Table */
.table_Main {
	font:Arial, Helvetica;
	font-style:normal;
	font-size:14px;
	background-image: url(../images/table_line0.gif);
	background-repeat: repeat;
	border: 1px solid #003;
}

.table_Caption {
	font-style:normal;
	font-size:16px;
	background-image: url(../images/table_capt.gif);
	background-repeat: repeat;
	color: #003;
	font-weight: bold;
	border: 1px solid #003;
	font-family: Arial, Helvetica;
}

.table_Line0 {
	font:Arial, Helvetica;
	font-style:normal;
	font-size:14px;
	background-image: url(../images/table_line0.gif);
	background-repeat: repeat;
}

.table_Line1 {
	font:Arial, Helvetica;
	font-style:normal;
	font-size:14px;
	background-image: url(../images/table_line1.gif);
	background-repeat: repeat;
}

.table_Add {
	font:Arial, Helvetica;
	font-style:normal;
	font-size:14px;
	background-image: url(../images/table_add.gif);
	background-repeat: repeat;
}


/*tabs*/
.tab_hline {
	color:#000066;
	font-size: 1px;
	background-color: #000066;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.tab_Active {
	font:Arial, Helvetica;
	background-image:url(../images/title2.gif);
	vertical-align:middle;
	color:#FFCC00;
	background-repeat:   repeat;
	padding-top: 	3px;
	padding-left: 	5px;
	padding-bottom: 3px;
	font-style: normal;
	font-weight: bold;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px none #FF9900;
	border-left: 1px solid #FF9900;
}

.tab_Unselect {
	font:Arial, Helvetica;
	background-image:url(../images/title3.gif);
	vertical-align:middle;
	color:#FFFF66;
	background-repeat:   repeat;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: none;
	border-left-style:   solid;
	border-top-color:    #69C;
	border-right-color:	 #69C;
	border-bottom-color: #69C;
	border-left-color:   #69C;
	border-top-width:    2px;
	border-right-width:  2px;
	border-left-width: 	2px;
	padding-top: 	3px;
	padding-left: 	5px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
}

