@charset "utf-8";
/* CSS Document */
.txtNormal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#696969;
	text-align:justify;
	
	
	padding: 10px 0px 10px 20px;
	*padding: 10px 20px 10px 30px;
}
.txtNormal a, .txtNormal a:visited {
    color: #66a5bb;
    text-decoration: none;
	font-weight:bold;
}
.txtNormal a:hover {
    color: #333333;
    text-decoration: none;
	font-weight:bold;
}
.txtindex{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#696969;
	text-align:justify;
	display:block;
	width: 740px;
	*width: 752px;
	padding: 10px 0px 10px 20px;
	*padding: 10px;
}
.txtred{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ca2026;
  font-weight: bold
}
.txtred a, .txtred a:visited {
    color: #ca2026;
    text-decoration: none;
}
.txtred a:hover {
    color: #333333;
    text-decoration: none;
}

.menuPanel{
	width: 113;
	*width: 113;
    height:298px;
	*height:298px;
}
.txtContact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#696969;
	text-align:justify;
	display:block;
	width: 650px;
	*width: 650px;
	padding: 10px 0px 10px 20px;
	*padding: 10px 20px 10px 30px;
}
.boxContact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
	text-align:justify;
	display:block;
	width: 200px;
	*width: 200px;
	height: 18px;
	*height: 18px;
	border-color: #cccccc;
	border-width: 1px;
}
.boxContact2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
	text-align:justify;
	display:block;
	width: 200px;
	*width: 200px;
	height: 50px;
	*height: 50px;
	border-color: #cccccc;
	border-width: 1px;
}
.bttContact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#696969;
	width: 60px;
	*width: 60px;
	height: 18px;
	*height: 18px;
	border-color: #cccccc;
	border-width: 1px;
}