body 
 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	margin:0px;
 }

a 
 {
	text-decoration:none;
	color: #006600;
	font-weight: bold;
 }
.sel
 {
	text-decoration:none;
	color: #006600;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
	background-color:#CCFF00;
	width:100px;
 	border: 1px solid #666666;
 }
.seb
 {
	text-decoration:none;
	color: #006600;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	background-color:#CCFF00;
	width:90px;
	border: 3px double #666666;
 }

a:hover, a.catlist:hover 
 {
   border-bottom:1px dashed #000;
 }

.catlist {
	font-size: 11px;
	color: #000000;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#339933;
	margin-top:0px;
}

.bold { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;} 

.normal { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	} 

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.anunt1{
	background-color:#e8f2e8;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #b8e0b7;
	border-right-color: #b8e0b7;
	border-bottom-color: #b8e0b7;
	border-left-color: #b8e0b7;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}


