body {
	background-image: url(../images/bg.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000066;
}
A:link, A:visited, A::hover {text-decoration: none; color:#000066;}


/*hover {textdecoration:none;}*/

.center_row {
	width: 967px;
}
.class_content {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
}
.menu_left {
	width: 200px;
	vertical-align:top;
}
.content_header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000066;
	line-height: 40px;	
}
.event_title {
	font-size: 17px;
	font-weight: bold;
}
.event_time {
	font-weight: bold;
}
.event_place {
	font-weight: bold;
}

.under_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}

.p_div {
	margin-top: 10px;
	margin-left: 10px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.input_line {
	border: 1px solid #D4D0C8;
}

#gallery_container {  width:592px ; height:124px ; margin:10px auto 10px; background:#EBE2E5 ; padding:7px 0px 0px; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:442px ; height:120px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:1px #333333 solid; }
/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; right:0px; background:url(../images/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(../images/gallery_back.jpg) no-repeat;  }
OL{
margin-left:25px;
padding:0px;
}

html>body OL{
margin-left:20px;
}

*+html OL{
margin-left:25px !important;
}