HTML, BODY {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
}

A { color: #343d92; text-decoration: underline; }
A:hover	{ color: #52b500; text-decoration: underline; }

DIV.startLink {
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	background-color: #E0F5CC;
	text-align: center;
	height: 16px;
}

DIV.startLink A {
	color: #000000;
}
DIV.startLink A:hover {
	color: #52b500;
}

TABLE.chooseLang {
	width: 100%;
	background-color: #E0F5CC;
}

TABLE.chooseLang SELECT {
	border: solid 1px #52B500;
}

TABLE.center {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

TABLE.message {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-align:left;
}

TABLE.message TH {
	background-color: #E0F5CC;
	border-left:2px solid #52B500;
	border-bottom:2px solid #52B500;
	border-top:1px solid #52B500;
	border-right:1px solid #52B500;
	padding: 3px 0px 2px 5px; 
	font-size:13px;
	color: #000000; 
	font-weight: bold;
}

HR {
	border: 0;
	color: #A6A6A6;
	background-color: #A6A6A6;
	height: 1px;
}

/** message text */
DIV.messagetext_title {
	font-size: 13px;
	font-weight: bold;
	color: #343d92;
	text-align: center;
}

UL.messagetext_text {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 0px;
}
UL.messagetext_text LI {
	padding: 0px;
	margin: 0px;
}

DIV.messagetext_title2 {
	font-size: 13px;
	font-weight: bold;
	color: #52B500;
	text-align: center;
	margin-bottom: 19px;
}

/** flash check & security */
SPAN.flashcheck_title {
	font-size: 13px;
	color: #888888;
	font-weight: bold;
}

SPAN.sadvice_title {
	font-size: 13px;
	color: #CC2200;
}

SPAN.error {
	font-size: 12px;
	color: #CC2200;
}

SPAN.message {
	font-size: 12px;
	color: #52B500;
}