a.menu1_notactive:link, a.menu1_notactive:active, a.menu1_notactive:visited { font-family: Verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: normal }
a.menu1_notactive:hover { font-family: Verdana; font-size: 10px; color: #c80000; text-decoration: none; font-weight: normal }

a.menu1_active:link, a.menu1_active:active, a.menu1_active:visited { font-family: Verdana; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: normal }
a.menu1_active:hover { font-family: Verdana; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: normal }

a.menu2_notactive:link, a.menu2_notactive:active, a.menu2_notactive:visited { font-family: Verdana; font-size: 10px; color: #c80000; text-decoration: none; font-weight: normal }
a.menu2_notactive:hover { font-family: Verdana; font-size: 10px; color: #363636; text-decoration: none; font-weight: normal }

a.menu2_active:link, a.intro_menu:active, a.intro_menu:visited { font-family: Verdana; font-size: 10px; color: #363636; text-decoration: none; font-weight: normal }
a.menu2_active:hover { font-family: Verdana; font-size: 10px; color: #c80000; text-decoration: none; font-weight: normal }

/*Intro page menu*/
a.intro_menu:link, a.intro_menu:active, a.intro_menu:visited { font-family: Verdana; font-size: 14px; color: #FFFFFF; text-decoration: none; font-weight: bold; padding-right: 40px }
a.intro_menu:hover { font-family: Verdana; font-size: 14px; color: #ccffff; text-decoration: none; font-weight: bold; padding-right: 40px }
/*Intro page last item*/
a.intro_menu2:link, a.intro_menu2:active, a.intro_menu2:visited { font-family: Verdana; font-size: 14px; color: #FFFFFF; text-decoration: none; font-weight: bold }
a.intro_menu2:hover { font-family: Verdana; font-size: 14px; color: #ccffff; text-decoration: none; font-weight: bold }
/*Intro page first item*/
span.intro_menu { font-family: Verdana; font-size: 14px; color: #ccffff; text-decoration: none; font-weight: bold; padding-right: 40px }
/*Current Item*/
a.intro_menu_current:link, a.intro_menu_current:active, a.intro_menu_current:visited, a.intro_menu_current:hover { font-family: Verdana; font-size: 14px; color: #ccffff; text-decoration: none; font-weight: bold; padding-right: 40px }
a.intro_menu2_current:link, a.intro_menu2_current:active, a.intro_menu2_current:visited, a.intro_menu2_current:hover{ font-family: Verdana; font-size: 14px; color: #ccffff; text-decoration: none; font-weight: bold }

body 	{ font-family: Verdana; font-size: 9pt; color: #ffffff; background-color:#336699 }
td 	{ font-family: Verdana; font-size: 9pt; color: #ffffff}
p 	{ font-family: Verdana; font-size: 9pt; color: #ffffff}

a:link { font-family: Verdana; font-size: 9pt; color: #ccffff; text-decoration: underline; font-weight: normal }
a:active { font-family: Verdana; font-size: 9pt; color: #ccffff; text-decoration: underline; font-weight: normal }
a:hover { font-family: Verdana; font-size: 9pt; color: #ffcc00; text-decoration: underline; font-weight: normal }
a:visited { font-family: Verdana; font-size: 9pt; color: #ffffcc; text-decoration: underline; font-weight: normal }

a.leftmenu:link { font-family: Verdana; font-size: 9pt; color: #ffffcc; text-decoration: underline; font-weight: normal }
a.leftmenu:active { font-family: Verdana; font-size: 9pt; color: #ffffcc; text-decoration: underline; font-weight: normal }
a.leftmenu:hover { font-family: Verdana; font-size: 9pt; color: #ffcc00; text-decoration: underline; font-weight: normal }
a.leftmenu:visited { font-family: Verdana; font-size: 9pt; color: #ffffcc; text-decoration: underline; font-weight: normal }
a.leftmenu_current { font-family: Verdana; font-size: 9pt; color: #ccffff; text-decoration: underline; font-weight: normal }

h1 	{ font-family: Verdana; font-size: 14pt; color: ffffff; text-align: center; margin-top: 0; margin-bottom: 15px;}
h2 	{ font-family: Verdana; font-size: 12pt; color: ccffff}
h3 	{ font-family: Verdana; font-size: 10pt; color: ffffff}
h4 	{ font-family: Verdana; font-size: 9pt; color: ffffff}

.gallery { width: 450px; height: 402px; margin-top:1px; margin: auto;}
.gallery .leftar { margin-top: 130px; float:left; width: 23px; }
.gallery .rightar { margin-top: 130px; float:left; width: 23px; }
.gallery .frame { width: 403px; height: 305px; float:left; }
.gallery .frame .pic { width:395px; height:297px;margin-top:4px;margin-left:4px;overflow:hidden; padding:0px;}
.gallery .title { text-align:center; font-size: 13px;margin-left:23px; height:13px; }

.gallery .thumbs { width:100%;height:73px;overflow:hidden;margin-left:21px; margin-top:2px;}
.thumbs img { cursor:pointer; }

.opac
{
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	cursor: pointer;
	border: 0;
}
.nonopac
{
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	-khtml-opacity: 1;
	opacity: 1;
	border: 0;
}