
	/********************************************
	'
	'	CSS Error
	'
	/********************************************/




/***** CSS Class and ID (Error) *****/
.ErrorBorderColor {
	border:1px solid #FDC689;
	background-color: #FDFDEE;
	}

.ErrorCaption {
	font-family: Tahoma, Verdana; 
	font-size: 10pt; 
	font-weight: BOLD; 
	color: #000000;
	}

.ErrorFont {
	font-size: 8pt;
	color:#000000;
	}

.ErrorFont a { 
	color: #000000; 
	text-decoration: none; 
	}
.ErrorFont a:hover { 
	color: #000000; 
	text-decoration: underline; 
	}
.ErrorFont a:active { 
	color:#000000; 
	text-decoration: underline;
	}
/***** End *****/