BODY 
{
	background-color:#DEEBE8;	
	scrollbar-face-color:#ADCCC9;
	scrollbar-highlight-color:#DEEBE8;
	scrollbar-3dlight-color:#DEEBE8;
	scrollbar-darkshadow-color:#7BB1A3;
	scrollbar-shadow-color:#7BB1A3;
	scrollbar-arrow-color:#3B7B68;
	scrollbar-track-color:#E8F1EF;	
}
TD, DIV, INPUT, TEXTAREA, SELECT
{
	font-family:Arial, Helvetica, Verdana; 
	font-size:11px; 
	color:#666666;
}



A {font-size:11px; color:#1C7269; font-weight:bold;}
A.sitemap {font-size:11px; color:#666666; font-weight:bold;}
A.red {font-size:11px; color:#FF0000; font-weight:normal;}
A.gray {font-size:11px; color:#666666; font-weight:bold; text-decoration:none;}

/* font */
.small-space {font-size:1px;}
.black-font {color:#000000}
.footer {font-size:9px; color:#999999;}
.footer-highlight {font-size:9px; color:#1C7269;}
.caption {font-size:11px; color:#1C7269; font-style:italic;}
.highlight {font-size:11px; color:#1C7269;}
.alert {font-size:11px; color:#FF0000;}

.white-bg 
{
	background-color:#ffffff;	
}
.mint-bg
{
	background-color:#DEEBE8;
}

div.hr {display: none}

div.hr {
  display: block;
  height: 25px;
  background-image: url(../images/divider.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1em 0 1em 0;
}
hr {display:none}



