  .header {
	position: static;
	width: 100%;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: static;
	width: 100%;
}
.bthLayout {
	overflow:visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	clear: none;
	float: none;
	width: 130px;
	position: static;
	height: 100%;
	top: 150px;
	padding-top: 0px;
	padding-right: 160px;
	padding-bottom: 15px;
	padding-left: 160px;
	background-image: none;
	background-repeat: no-repeat;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.Exception {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: 	#0000ff;
	font-weight: bold;
}
.mainTitle {
	color: #990000;
	font-weight: bold;
}
.contentLayout {
	font-family: Arial, Helvetica, sans-serif; line-height: 1.5;
	font-size: 12px;
}
.backupMenu {
	font-size: 16px; color: #990000; font-weight: bold;
}

.message_background {
	background-color: #FFFEF0;
	border: 1px solid #D0A4A4;
	/*padding: 5px 15px 5px 15px;*/
	font-size: 14px; 
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}