body {
	margin: 0px;
}
.green_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #74B616;
	text-decoration: none;
}

.white_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.white_header:active {color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; font-weight: normal;}
a.white_header:hover {color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: normal;}
a.white_header:visited {color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; font-weight: normal;}
a.white_header:visited:hover {color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: normal;}


.blue_header {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	color: #335FA8;
	font-weight: normal;
}

.blue_header2 {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	color: #335FA8;
	font-weight: normal;
}


.name_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #00A650;
	text-decoration: none;
}

.orange_header2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.orange_header2_link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a.orange_header2_link:active {color: #FF6600; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: underline; font-weight: bold;}
a.orange_header2_link:hover {color: #FF6600; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none; font-weight: bold;}
a.orange_header2_link:visited {color: #FF6600; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: underline; font-weight: bold;}
a.orange_header2_link:visited:hover {color: #FF6600; font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none; font-weight: bold;}


.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0091E4;
	text-decoration: underline;
}

a.contentlink:active {color: #0091E4; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; font-weight: normal;}
a.contentlink:hover {color: #0091E4; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; font-weight: normal;}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3484AC;
}

a.top:active {color: #3484AC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; font-weight: normal;}
a.top:hover {color: #3484AC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;}
a.top:visited {color: #3484AC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; font-weight: normal;}
a.top:visited:hover {color: #3484AC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.breadcrumbs {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}

.breadcrumbs_link {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #777777;
	text-decoration: underline;
}

.subnavi_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #335FA8;
	text-decoration: none;
}

<!-- Gallery CSS -->

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

#dynloadarea {
background-image: url(../images/gallery/pic1.jpg);
width: 730px;
height: 432px;
}

#dynloadarea2 {
background-image: url(../images/photo/pic1.jpg);
width: 452px;
height: 305px;
}