
.stcBody {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.stcTop {
	width: 798px;
	height: 90px;
	
	background-image: url(/images/top.png);
	margin: auto;
}

div.stcMenu {
	width: 798px; 
	
	padding: 3px;
	text-align: center;
	
	border-bottom: solid 1px #000000;
	margin: auto;
}

div.stcContent {
	width: 798px;
	
	margin: auto;
	
	font-family: Calibri, Tahoma, Verdana;
	font-size: 12px;
}

div.stcFooter {
	width: 798px;
	height: 40px;
	
	clear: both; 
	border-top: solid 1px #000000; 
	margin: auto;
	
	padding-top: 2px;
	text-align: center;
	
	font-family: Calibri, Tahoma, Verdana;
	font-size: 10px;
	color: #888888;
}

div.stcError {
	background: #ffebe6;
	border: 1px dashed #db0000;
	
	height: 20px;
	width: 600px;
	 
	margin: auto; 
	display: block;
	padding-top: 5px;
	text-align: center;
	
	font-family: Calibri, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #db0000;
}

div.stcSucces {
	background: #e7ffe6;
	border: 1px dashed #18cc00;
	
	height: 20px;
	width: 600px;
	 
	margin: auto; 
	display: block;
	padding-top: 5px;
	text-align: center;
	
	font-family: Calibri, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #18cc00;
}
