body { 
	font-family: Century Gothic, sans-serif, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	background-color: #ffffff;
	text-align: center;
	}
td {  
	font-family: Century Gothic, sans-serif; 
	font-size: 12px; 
	text-align: left;
	color: #000000; } 
a { }
a:link { color: #db5630; text-decoration: none; }
a:visited { color: #db5630; text-decoration: none; }
a:hover { color: #db5630; text-decoration: underline; }
a:active { color: #db5630; text-decoration: none; }
h1 { color: #888888; font-weight: normal; }
h2 { color: #888888; font-weight: normal; }
h3 { color: #888888; font-weight: normal; }
h4 { color: #888888; font-weight: normal; }


#content {
	width: 900px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 0px solid #cccccc;
}



hr {
	border: 0;
	width: 710px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin: 0px 0px 0px 0px;
	
}

.headlinks { color: #2c3631; font-weight: bold; font-size: 14px; }
.headlinks a:link { color: #db5630; }
.headlinks a:visited { color: #db5630; }
.headlinks a:hover { color: #db5630; }
.headlinks a:active { color: #db5630; }

.imgLeft, .nofloat {
	border: 1px solid #000000;
}


.imgLeft {
	float: left;
	margin-right: 12px;
}

/* pagination start */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #888888;
    text-decoration: none; /* no underline */
	color: #888888;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #888888;
    color: #888888;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
	border: 1px solid #888888;
	font-weight: bold;
	background-color: #db5630;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
    color: #DDD;
}
	

/* pagination end */

#popup {
  display: none;
  position: fixed;
  width: 350px;
  _position: absolute; /* hack for internet explorer 6 */
  background: #888888;
  z-index: 200001;
  padding: 5px;  /* same as rounding */
}

#popup_bg {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #cecece;
  z-index: 200000;
}

#popup_title {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}

#popup_close {
  width: 16px;
  height: 16px;
  background: url('/images/close.png') no-repeat;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#popup_close:hover {
  background: url('/images/close.png') no-repeat;
}

#popup_message {
  padding: 8px;
  background: #ffffff;
  /*min-height: 120px;*/
}

.testpage {
	color: #000000;
}

#dvo45 b {
	color: #888888;
}
#dvo48 b {
	color: #888888;
}

