h1,h2,h3,h4,h5,h6{
	text-align: left;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 0.9em;
}
h5{
	font-size: 0.7em;
}
h6{
	font-size: 0.5em;
}

table.center{
	margin: 1em auto;
	text-align: center;
}
table{
	border: 1px solid #eee;
	
}
td{
	border: 1px solid #ddd;
}
a{
	color: #700;
	text-decoration: underline;
}
a:hover{
	color: #922;	
}
a:active{
	color: #faa;	
}
a:visited{
	color: #733;	
}
.dump{
	font: normal 10px Monaco,monospace;
	background: #ffe;
	color: #334;
	text-align: left !important;
	margin-top: 0px;
	margin-bottom: 1px;
}

#content form table{
	border: 0px;
	width: 100%;
}
#content form td,#content form th{
	border: 0px;
	text-align: left;
}
#content form th{
	text-align: right;
	background: #c6c5a9;
	width: 40%;
	padding: 2px;
}
#content form td.center{
	text-align: center;
}
#content form td input.text{
	border: 1px solid #c6c5a9;
	width: 200px;
	height: 14px;
	padding-top:2px;
}
#content form td textarea{
	border: 1px solid #c6c5a9;
	width: 200px;	
	padding-top:2px;
}
#content form td input.button{
	width: 200px;
	color: #fff;
	text-align: center;
	font: normal 11px Tahoma;
	border: 1px solid #000;
}

#ImageBoxOverlay{
	background-color: #000;
	z-index: 99997 !important;
	
}
#ImageBoxOuterContainer{
	z-index: 99998 !important;
	
}
#ImageBoxOuterContainer *{
	z-index: 99999 !important;
}
#ImageBoxCaption{
	background-color: #F4F4EC;

}
#ImageBoxContainer{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;

}

#ImageBoxCaptionText{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 10px;
	color: #000;
	
}
#ImageBoxCaptionImages{
	margin: 0;
	
}
#ImageBoxNextImage{
	background-image: url(../images/transparent.gif);
	background-color: transparent;
	
}
#ImageBoxPrevImage{
	background-image: url(../images/transparent.gif);
	background-color: transparent;
	
}
#ImageBoxNextImage:hover{
	background-image: url(../images/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
	
}
#ImageBoxPrevImage:hover{
	background-image: url(../images/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
	
}


