body {
	font-family: Verdana;

	background-color: #0099FF;
	margin-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	font-family: Verdana;
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana;
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana;
	text-decoration: none;
	color: #669933;
}
.titles_blue {
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #0099FF;
}
.titles_green {
	font-family: Verdana;
	font-size: 14px;
	color: #669933;
}
.subtitles_blue {
	font-family: Verdana;
	font-size: 12px;
	color: #0066FF;
}
.subtitles_green {
	font-family: Verdana;
	font-size: 12px;
	color: #336600;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	text-align:justify;
	color: #333333;
}
.text_block {
	font-family: Verdana;
	font-size: 11px;
	color: #0099FF;
	margin-left:15px; 
	margin-right:15px; 
	margin-bottom:15px;
}
.textfooter {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
}
.operation-success {
	color: #090; 
	border: 1px solid #090; 
	background-color: #efe; 
	
	padding: 1em;
}
.operation-failure {
	color: #f00; 
	border: 1px solid #f00; 
	background-color: #fee; 
	padding: 1em;
}
.operation-warning {
	float:left;
	color: #336600; 
	border: 1px dashed #ff3300; 
	background-color: #ffffcc; 
	padding: 1em;
	font-size: 12px;
	margin: 1em;
	text-align:center;
	width:220px;
}
