body {
	background-color: #F6FAF8;
	margin: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #000000;
	background-image: url("img/back.gif");
	background-repeat: no-repeat;
}
p {margin:0; padding: 0;}
A:link, A:visited, A:active {
	font-family: Trebuchet MS, Arial;
	font-size : 13px;
	color : #006633;
	text-decoration : underline;
}
A:hover {
	font-family: Trebuchet MS, Arial;
	font-size : 13px;
	color : #000000;
	text-decoration : none;
}

A.menu:link, A.menu:visited, A.menu:active {
	font-size : 16px;
	color : #666666;
	font-weight: bold;
	text-decoration : none;
	margin-left: 6px;
}
A.menu:hover {
	font-size : 16px;
	color : #000000;
	font-weight: bold;
	text-decoration : underline;
	margin-left: 6px;
}

A.submenu:link, A.submenu:visited, A.submenu:active {
	font-size : 13px;
	color : #666666;
	text-decoration : none;
	margin-left: 18px;
}
A.submenu:hover {
	font-size : 13px;
	color : #000000;
	text-decoration : underline;
	margin-left: 18px;
}

A.topmenu:link, A.topmenu:visited, A.topmenu:active {
	font-size : 10px;
	color : #666666;
	text-decoration : none;
	margin: 6px;
}
A.topmenu:hover {
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
	margin: 6px;
}

.toplang {
	font-size : 10px;
	color : #000000;
	margin: 6px;
}

.menu-selected {
	font-size : 16px;
	color : #000000;
	font-weight: bold;
	text-decoration : underline;
	margin-left: 6px;
}

.submenu-selected {
	font-size : 13px;
	color : #000000;
	text-decoration : underline;
	margin-left: 18px;
}

.month {
	font-size : 11px;
	color : #006633;
	font-weight: Bold;
	margin-left: 12px;
}

.padded {
	padding: 12px;
}

.title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-left: 16px;
}

.title2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.small {
	font-size : 10px;
}

.grey {
	color : #333333;
}
.white {
	color : #ffffff;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0px;
}

.error {
	color : #CC0000;
	font-weight: bold;
}
.ok {
	color : #009900;
	font-weight: bold;
}
input, textarea, select {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
}
img {
	border: 0px;
}
label {
	cursor: pointer;
	cursor: hand;
}

