@charset "iso-8859-2";
/* CSS Document */
.border {
	border-right: solid; border-right-width: 1px;
	border-left: solid; border-left-width: 1px; 
	border-bottom: solid; border-bottom-width: 1px;
	border-top: solid; border-top-width: 1px;
	border-color: #000000;
}
.border_top {
	border-right: solid; border-right-width: 0px;
	border-left: solid; border-left-width: 0px; 
	border-bottom: solid; border-bottom-width: 0px;
	border-top: solid; border-top-width: 1px;
	border-color: #000000;
}
body, td, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.t2 {
	font-weight: bold;
	font-style: italic;
}
input, textarea, select {
	border: 1;
	border-color: #5BA0D5;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;

}
#menu a.menu:link, a.menu:visited {
	color: #3c9bf7;
	text-decoration: none;
	font-size: 10pt;
}
#menu a.menu:hover {
	color: #3c9bf7;
	text-decoration: underline;
	font-size: 10pt;
}
a:link, a:visited {
	color: #3c9bf7;
	text-decoration: none;
	font-size: 10pt;
}
a:hover {
	color: #3c9bf7;
	text-decoration: underline;
	font-size: 10pt;
}
.white_bold {
	color: #FFFFFF;
	font-weight: bold;
}

.table_content {
	color: #0168B3;
	font-weight:normal;
	border-right: solid; border-right-width: 1px;
    border-left: solid; border-left-width: 1px; 
    border-bottom: solid; border-bottom-width: 1px;
    border-top: solid; border-top-width: 1px;
    border-color: #D0D0D0;
	background-color: #F0F0F0
}
a.pic:link, a.pic:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}
a.pic:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10pt;
}
.tab {
	border-width: 1px;
	border-color: #5BA0D5;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}