body {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: black;
}

h1 {
	font-family: Georgia, Times, serif;
	color: #51992D;
	font-size: 14px;
	font-weight: bold;
}


/*** LINKS ***/

a.stage {
	color: #6E6E6E;
	text-decoration: underline;
	padding-left: 12px;
}

a.stage:visited {
	color: #51992d;
}

a.stage:hover {
	color: #CD9749;
}

a.stage:active {
	color: #51992d;
}

a.contenturl {
	color: #51992d;
	text-decoration: underline;
}

a.contenturl:visited {
	color: #51992d;
}

a.contenturl:hover {
	color: #51992d;
}

a.contenturl:active {
	color: #51992d;
}

a.contentdoc {
	color: #51992d;
	text-decoration: underline;
}

a.contentdoc:visited {
	color: #51992d;
}

a.contentdoc:hover {
	color: #51992d;
}


a.back {
	color: #51992d;
	text-decoration: underline;
	padding-left: 14px;
}

a.back:visited {
	color: #51992d;
}

a.back:hover {
	color: #51992d;
}

a.back:active {
	color: #51992d;
}

a.more {
	padding-right: 12px;
	margin-top: 10px;
	color: #51992d;
	text-decoration: underline;
}

img {
	border-style: none;
}


/*** FORMS ***/

form {
	margin: 0px;
}

/*
input.contact {
	width: 238px;
	border: 1px solid #AEAEB0;
	font-size: 11px;
	margin-bottom: 2px;
}

input.mandatory {
	width: 238px;
	border: 1px solid #AEAEB0;
	background-color: #F7F8FA;
	font-size: 11px;
	margin-bottom: 2px;
}

textarea.contact {
	width: 308px;
	height: 42px;
	border: 1px solid #AEAEB0;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

input.submit {
	width: 100px;
	border: 1px solid #AEAEB0;
	background-color: #F7EEDD;
}

select {
height: 15px;
font-family: Arial, sans-serif;
font-size: 11px;
}

select.language {
width: 100px;
color: #8a8a8e;
}

select.country {
width: 100px;
color: #8a8a8e;
}

select.contact-select {
height: 18px;
width: 150px;
}

td.label {
	padding-top: 5px;
}
*/