.attent {
	color: Red;
}

a.def:hover {
	color: Navy;
	font-size: 10;
}
a.def{
	color: Blue;
	font-size: 10;
	text-decoration: underline;
	}
table.m1 {
   border: 2px solid #7E171A;
	background-color: #EDEDED;
	border-collapse: collapse;
	width: 100%;
}

table.m2 {
   border: 2px solid #7E171A;
	background-color: #EDEDED;
	border-collapse: collapse;
	width: 100%;
}

table.m1 td {
	border: 2px solid #7E171A;
	padding: 3;
	FONT-FAMILY: arial,helvetica; FONT-SIZE: 12px; TEXT-DECORATION: none;

}

table.m2 td {
	border: 2px solid #7E171A;
	padding: 3;
	FONT-FAMILY: arial,helvetica; FONT-SIZE: 9px; TEXT-DECORATION: none;

}

A.jel {
	COLOR: #DCDCDC; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 10px;
}



A.jel:hover {
	COLOR: #7E171A; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 10px;
	}

.ogl16 {
	FONT-FAMILY: arial,helvetica; FONT-SIZE: 16px; TEXT-DECORATION: none;
	font-weight: 700;
}

.ogl14 {
	FONT-FAMILY: arial,helvetica; FONT-SIZE: 14px; TEXT-DECORATION: none;
	font-weight: 700;
}

.min_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A {
	COLOR: #7E171A; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 12px;
}



A:hover {
	COLOR: Black; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 12px;
}

A.white {
	COLOR: White; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 12px;
}

A.16 {
	COLOR: #7E171A; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
}



A.16:hover {
	COLOR: Black; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
}

BODY {
	SCROLLBAR-FACE-COLOR: #7E171A;   SCROLLBAR-ARROW-COLOR: #ffffff;
	scrollbar-3dlight-color: #7E171A;

  }

.title_gl2{
FONT-WEIGHT: bold;
FONT-FAMILY: Arial, Helvetica, sans-serif; 
FONT-SIZE: 20px;
 font-style: normal;
 color: Black;
 text-decoration: none;
}


a.big_red {
	COLOR: Red;
FONT-WEIGHT: bold;
	font-size: 16px;
}

TD {
	FONT-FAMILY: arial,helvetica; FONT-SIZE: 12px; TEXT-DECORATION: none;
}

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	FONT-FAMILY: arial,helvetica; FONT-SIZE: 12px; TEXT-DECORATION: none;
	font-weight: 700;
	background-color: Silver;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 5px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: Silver;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #c0c0c0;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #EAEAEA;
}



.CollapsiblePanel_r {
	margin: 0px;
	padding: 0px;

}

.CollapsiblePanelTab_r {
	FONT-FAMILY: arial,helvetica; FONT-SIZE: 12px; TEXT-DECORATION: none;
	font-weight: 700;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab_r {
	background-color: #c0c0c0;
}

.CollapsiblePanelFocused .CollapsiblePanelTab_r {
	background-color: #c0c0c0;
}

.helplink { cursor: help }

