
//A:link {text-decoration: none; color:#003399}
//A:visited {text-decoration: none; color:#003399}
//A:active {text-decoration: none; color:#993300}
//A:hover {text-decoration: underline; color:#0066dd}
input {font-family: Verdana; font-size:10px}
textarea {font-family: Verdana; font-size:10px}
select {font-size:10px}

td, .bodytext {font-family: Arial; line-height:17px; font-size:12px; padding: 4px}

.imgcell { padding: 0px; }

.imgcell img, .imgcell a { padding: 0px; display: block; }

.pageheader {font-family: Arial; color:#000000; font-size:20px; line-height: 1; font-weight:bold }
.smalltext {font-family: Verdana, Arial; color:#444444; font-size:10px}
.redhead {font-family: Verdana; color:#9B0A0A; font-size: 15px; font-weight:bold}

.report_data {font-size: 12px;font-family: verdana;}

.heading1 {font-size: 13px;font-family: verdana;}

/* --------------------------------- */
/*MESSAGE BOX CLEAN	series	  		 */
	.clean-box-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-box-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-box-ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
		//width:260px;
	}
	.clean-box-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
