/* GENERAL */

body {
	background: #CDC9C2;
	margin: 0px;
}
img {
	border: 0px;
}
table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
td {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
}

/* TD, TABLE */

table.whiteback {
	background: #FFFFFF;
}

td.dottedline2 {
	background-image: url(../images/dottedline2.gif);
	background-repeat: repeat-y;
}

td.countrymenu {
	font-family: Verdana;
	font-size: 11px;
	color: #595959;
	cursor: pointer;
	background: #FFFFFF;
}

td.countrymenu_inactive {
	font-family: Verdana;
	font-size: 11px;
	color: #AAAAAA;
	background: #FFFFFF;
}

td.introtext {
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	color: #595959;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 8px;
}

/* A */

a.introtext:link, a.introtext:visited {
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}
a.introtext:hover {
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	color: #595959;
	font-weight: bold;
	text-decoration: underline;
}

/* DIV, SPAN */

div.text {
	font-family: Verdana;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	padding-left: 80px;
	padding-top: 40px;
}

/* IMG */


/* FORM */

.formfield {
	font-family: Verdana;
	font-size: 11px;
	color: #595959;
	border-style: solid;
	border-width: 1px;
	border-color: #0472A4;
}
.formbutton {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0472A4;
	background: #E2EDF4;
	border-color: #E2EDF4;
	border-width: 1px;
	cursor: pointer;
}