body {
	background-color: #CCCCCC;
	margin : 0px 0px 0px 0px;
}

.text {
	font-family : verdana,arial;
	font-size : 12px;
	font-weight : bold;
	color : #909090;
}

.design {
	font-family : verdana,arial;
	font-size : 9px;
	font-weight : normal;
	color : #DDDDDD;
	text-decoration : none;
}

.texthigh {
	font-family : verdana,arial;
	font-size : 12px;
	font-weight : bold;
	color : #999999;
	text-decoration : none;
}

.header {
	font-family : verdana,arial;
	font-size : 20px;
	font-weight : bold;
	background-color : #999999;
	color : #FFFFFF;
}

.mainnav {
	font-family : verdana,arial;
	font-size : 18px;
	font-weight : bold;	
	color : #125e8a;
	text-decoration: none;
}

.mainnavcell {
	background: #fff;
	border: solid 2px #999999;
	width:360px;
	height:180px;
	padding: 20px 10px 10px 10px;
	font-family : verdana,arial;
	font-size : 12px;
	font-weight : normal;	
	color : #000;
}

.textlink {
	font-family : verdana,arial;
  text-decoration: underline;
	font-size : 12px;
  font-weight : bold;
  color : #999999;
}

.textlink:hover {
	font-family : verdana,arial;
  text-decoration: underline;
	font-size : 12px;
  font-weight : bold;
  color : #CCCCCC;
}

.menulink {
	font-family : verdana,arial;
  text-decoration: none;
	font-size : 12px;
  font-weight : bold;
  color : #999999;
}

.menulink:hover {
	font-family : verdana,arial;
  text-decoration: underline;
	font-size : 12px;
  font-weight : bold;
  color : #CCCCCC;
}

.input_250 {
	font-family : verdana,arial;
	font-size : 12px;
	font-weight : bold;
	color : #909090;
	width : 250px;
	border-style : solid;
	border-width : 1px;
	border-color : #999999;
}

.textarea {
	font-family : verdana,arial;
	font-size : 12px;
	font-weight : bold;
	color : #909090;
	width : 375px;
	height : 200px;
	border-style : solid;
	border-width : 1px;
	border-color : #999999;
}

#piczoom {
	display:none;
	position: absolute;	
	width: 800px;
	height: 640px;
	top:0px;
	left:50%;
	margin-left:-400px;
	padding-top:50px;
	z-index:8;
	cursor:pointer;
	text-align: center;
	background: #999;
	font-weight: bold;
	color: #fff;
	font-size:12px;
}

#master {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
}