body {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
}
input, textarea {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
select {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
a {
        color: black;
        text-decoration: underline;
}
a:hover {
        color: blue;
        text-decoration: none;
}
a.nou {
	text-decoration: none;
}
a.nou:hover {
	text-decoration: underline;
}
	
.tiny {
        font-size: 10px;
}
.small {
        font-size: 13px;
}
table.small td {
        font-size: 12px;
}
.reg {
        font-size: 16px;
}
.title {
        font-size: 18px;
        font-weight: bold;
}
.stitle {
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
}

.menulink, .menulinkhit {
        color: black;
        text-decoration: none;
        font-weight: bold;
}
.menulink:hover {
        color: #ffcc00;
        text-decoration: none;
}
.menulinkhit:hover {
        color: white;
        text-decoration: none;
}
.toplink {
        color: black;
        text-decoration: none;
        font-weight: bold;
}
.toplink:hover {
        color: black;
        text-decoration: underline;
}

.brd {
        border: 1px;
        border-color: #000000;
        border-style: solid;
}

a:hover .brd, a:active .brd {
        border: 1px;
        border-color: #FFBF13;
        border-style: solid;
}

ul {
        margin-left: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
}

td {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;	
}

hr {
        border: 0;
        width: 100%;
        background-color: black;
        height: 1px;
}

h1, h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

hr.black {
	border: 0;
	width: 100%;
	background-color: #FCDA06;
	height: 1px;
}

.counts {
	font-size: 10px;
	font-weight: normal;
	color: #444;
}

#Tabs2 {
  border-bottom : 1px solid #FCDA06;
	padding:0;
	margin:0;
	height: 2.5em;
}
#Tabs2 div {
	height: 2.45em;
	float: left;
	color:#444;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding-left:4px;
	padding-right:4px;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	text-align: center;
	text-decoration: none;
}
#Tabs2 A {
	text-decoration: none;
}

#Tabs2 A:hover,
#Tabs2 A:active,
#Tabs2 A.here:link {
}

#Tabs2 div.here {
  background:#FCDA06;
  color: black;
	position:relative;
	z-index:102;
}

#Tabs {
  border-bottom : 1px solid #FCDA06;
	padding:0;
	margin:0;
	height: 1.5em;
}
#Tabs div {
	height: 1.45em;
	float: left;
	color:#444;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding-left:4px;
	padding-right:4px;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	text-align: center;
	text-decoration: none;
}
#Tabs A {
	text-decoration: none;
}

#Tabs A:hover,
#Tabs A:active,
#Tabs A.here:link {
}

#Tabs div.here {
  background:#FCDA06;
  color: black;
	position:relative;
	z-index:102;
}

/* ERRORS/MESSAGES */
#box-error {
	background-color: #FFC0C0;	
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #800000;
	font-weight: bold;
	width: 100%;
	
}

#box-info {
	background-color: #C0FFC0;	
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #004000;
	font-weight: bold;
	width: 100%;
}

#map{margin-left: 0px;border: 1px solid #979797;background-color: #e5e3df;}
