body {
	background-image: url(../img/common/main_bg.gif);
	background-repeat: repeat-x;
	background-color: #cbf59f;
}
 
.bodytext {
	font-size: 11px;
	font-family:verdana,helvetica,arial;
	color: #3F4D26;
	text-align : justify;
	line-height: 15px;
}

.smbodytext {
	font-size: 10px;
	font-family:verdana,helvetica,arial;
	color: #3F4D26;
	text-align : justify;
	line-height: 15px;
}

.lgbodytext {
	font-size: 12px;
	font-family:verdana,helvetica,arial;
	color: #3F4D26;
	text-align : justify;
	line-height: 15px;
}

.headline {
	font-size: 24px;
	font-family:Printhouse,Felt Tip Roman,FeltTipRoman,Comic Sans MS;
	color: #5E7239;
	text-align : left;
	line-height: 22px;
	letter-spacing: 1px;
}

.popuptext {
	font-size: 11px;
	font-family:verdana,helvetica,arial;
	color: #3F4D26;
	line-height: 12px;
}

.celltext {
	border: 1px solid #B4D98D;
	font-size: 10px;
	font-family:verdana,helvetica,arial;
	color: #3F4D26;
}

.celltextnb {
	border: 0px solid #B4D98D;
	font-size: 10px;
	font-family:verdana,helvetica,arial;
	color: #3F4D26;
	padding: 4px;	
}

.cellcaptions {
	border: 0px solid #B4D98D;
	font-size: 9px;
	font-family:verdana,helvetica,arial;
	color: #3F4D26;
	font-weight: bold;
}

.invcelltext {
	font-size: 9px;
	font-family:verdana,helvetica,arial;
	color: #3F4D26;
}

.tablestyle {
	border: 1px solid #B4D98D;
}

.imgborder {
	border: 5px solid #FFFFFF;
}


a{
	text-decoration : none;
}


a:link {
	color: #5E7239;
	text-decoration: underline;
}
a:visited {
	color: #5E7239;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #79993D;
}
.missing_element {
	border-left: 4px solid #cc0000;
}
.error_message {
	font-size: 11px;
	font-family:verdana,helvetica,arial;
	color: #cc0000;
	text-align : justify;
	line-height: 15px;
	font-weight: bold;
}