/* CSS Document */

.menu {
font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
}

.menu a,.menu a:link,.menu a:visited,.menu a:active {
display: block;
background: #C0C0C0;
color: #000000;
font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
height: 16px;
text-decoration: none;
}

.menu a:hover {
display: block;
background: #969696;
color: #FFFFFF;
font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
cursor: pointer;
height: 16px;
text-decoration: none;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(corner_tr.gif) right top no-repeat;
  } 
.wrap3 img {
  display:block;
  } .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.textBld {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.descibe {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.describeBld {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.textLg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.textSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
