@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-size: 10px;
}
.style7 {color: #000000}
.style9 {font-size: 11px}
.style11 {font-size: 12px; font-weight: bold; }
.style5 {font-size: 14px; font-weight: bold; }
.style12 {font-weight: bold; font-size: 13px;}
.style13 {color: #666666}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.poveke:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold;
}
.poveke:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold;
}
.poveke:hover {
	color: #7b9626;
	text-decoration: underline;
	font-size: 12px; 
	font-weight: bold;
}
.poveke:active {
	color: #333333;
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold;
}
.sorry {
	display:none;
	margin-left:50px;
	border-bottom:thin  dashed #000000;
	margin-bottom:20px;

	}
pre { font-family: "verdana"; font-size: 10px; background-color: #FFFFCC; padding: 5px 5px 5px 5px; }
pre .comment { color: #008000; }
pre .builtin { color:#FF0000;  }