/* CSS Document */

body {
/* IE10 */ 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');

background: url("images/bkg_grad.png") top left repeat-x, url("images/bkg_grad_btm.png") left bottom repeat-x, url("images/bkg_metal.jpg");
background-attachment:fixed;
}


.txtCaption {font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			}
			
.txtCaption a:link, a:visited {
	color:#0000CC;
}

.txtCaption a:hover {
	color:#900;
}
			
.txtMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
			}
			
.txtMain a:link, a:visited {
	color:#0000CC;
}

.txtMain a:hover {
	color:#900;
}
.txtMainJust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
			}
			
.style6 {font-size: 14px; font-weight: bold; }


#resultbox { background-color: #f8f8f8; padding: 0.75em; margin: 1em 0 0.75em 0; font-size: 0.925em; border-color: #DCDCDC; border-width: 1px; border-style: solid; }

.dashed-line {
border-bottom: dashed 1px #999;
}

.dashed-line-top {
border-top: dashed 1px #999;
}

#the_box {
  font-weight: 300;
  height: 278px;
  border: solid 1px #999;
  color: #BBBBDD;
  width: 220px;
  float: left;
  margin-left: 2px;
  margin-right: 2px:
  padding-bottom: 2px;
}

#the_box_half {
  font-weight: 300;
  height: 165px;
  border: solid 1px #999;
  color: #BBBBDD;
  width: 220px;
  float: left;
  margin-left: 2px;
  margin-right: 2px:
  padding-bottom: 2px;
}

.box_header {
  padding-top: .25em;
  padding-bottom: .25em;
  font-weight: 600;
  color: #000000;
  background-color: #EFEFEF;
  text-align: center;
  height: 20px;
  border-bottom: dashed 1px #999;
}

.box_text {
  text-align: left;
  background-color: #FFF;
  color: #000;
  padding-top: 2px;
}
