html,body {
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	text-align:justify;
}
body, p, div, table {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}
img {
	border: 0;
}
a {
   /*
   color: #FF7F00;
   font-weight: bold;
   */
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5 { font-size: 13px; }

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
table {
   border-collapse: collapse;
   clear: both;
}


#content {
	overflow: hidden;
}

#page_title_bar {
	/*background-color: #F3F7FA;*/
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#page_title {
	font-weight: bold;
	font-size: 14px;
	/*margin-left: 15px;*/
	line-height: 30px;
}
#page_content_text p, #page_content_text div {
   text-align: justify;
   font-size: 12px;
}

.news_title {
   margin-bottom: 5px;
   /*margin-top: 10px;
   padding-left: 8px;
   background-color: #DCE9F5;
   line-height: 25px;*/
   font-weight: bold;
   font-size: 11px;
   text-align: left;
}

.news_img img {
   float: left;
   margin-right: 8px;
   margin-bottom: 5px;
}

.news_annot {
   clear: both;
   font-size: 11px;
   text-align: left;
}

.orng {
   clear: left;
}

/* Gallery */
.gallery {
   clear: both;
   margin-top: 5px;
   /*background-color: #F5F5F5;*/
   border: 1px solid black;
}
.gallery #gal_title {
   font-weight: bold;
   padding: 5px 10px;
   /*margin-bottom: 10px;*/
   font-size: 14px;
   /*color: gray;*/
   /*background-color: #FAFAFA;*/
   border-bottom: 1px solid black;
   /*height: 1%; for IE6 */
}
.gallery #emptylabel {
   font-size: 16px;
   font-weight: bold;
   /*color: gray;*/
   text-align: center;
   padding: 20px 0;
   margin-bottom: 10px;
}
.gallery .img {
   float: left;
   background-color: white;
   margin: 5px;
   padding: 5px;
   border: 1px solid black;
}
div.gallery {
   border: 1px solid #BBB;
}
.gallery .img div {
   text-align: center;
}
.gallery .img .img_links {
   padding-top: 10px;
   cursor: default;
}
.gallery .img .img_links img {
   vertical-align: middle;
}
.gallery .img span {
   display: block;
   margin-top: 10px;
   font-size: 10px;
   height: 12px;
   color: gray;
   overflow: hidden;
}
.gallery .link_button, .gallery_fieldset .link_button {
   background-color: white;
}
.gallery_fieldset, .gallery_fieldset legend {
   margin: 0; padding: 0;
}
.gallery_fieldset {
   background-color: #FAFAFA;
   border: 1px solid #C0C0C0;
   margin-top: 10px;
}
.gallery_fieldset legend {
   margin-left: 10px;
   padding: 2px;
   font-weight: bold;
}
.gallery_fieldset .list_table {
   border: 0;
   margin: 0;
   border-bottom: 1px solid #C0C0C0;
}
.gallery_fieldset .list_table td {
   border: 0;
   padding: 5px;
}
.gallery .gallery_item {
   float: left;
   width: 120px;
   height: 140px;
   margin: 10px;
   padding: 10px;
   border: 1px solid black;
   /*background-color: #FFFFE0;*/
   text-align: center;
   overflow: hidden;
}
div.gallery {
   /*cursor: pointer;*/
   /*background-color: #FFFFC0;*/
   border: 1px solid black;
}
.gallery .gallery_item .gallery_title {
   margin-top: 10px;
   text-align: center;
   font-size: 11px;
   overflow: hidden;
   width: 120px;
}
.gallery .gallery_item .gallery_icon {
   width: 120px; height: 90px;
   margin: 0 auto;
}
.gallery_tags {
   float: left;
}
.img_thumb {}
/* Gallery eof */

.sub_menu {
   display:none;
}