body {
	color: black;
	background-image: url("images/bg_cols_zigzag_y.gif");
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: scroll;
	font-family: verdana,garamond,arial;
	font-size:12px;
}
table{
	font-size:13px;
}
.table_w {
	//font-family: arial;
	font-size: 13px;
	background: white;
	border: solid;
	border-width: 1px;
	border-color: #d0d0d0;
	border-top-color: #e0e0e0;
	border-right-color: #606060;
	border-bottom-color: #808080;
}
a {
	text-decoration: none;
	color: black;
}
a:hover,.link {
	text-decoration: underline;
	color: #160606;
}
input,textarea,select {
    border:solid;
    border-width:1;
    border-color: #a0a0a0;
    font-size:12;
    font-family: arial;
    padding-left:2;
    padding-right:2;
}
.search_title{
	font-size:15px;
	font-weight:bold;
	color:black;
}
.search_title:link{
	color:black;
}
.search_data{
	font-size:12px;
	padding-bottom:10px;
}
.text{
	font-size:13px;
}
.title_sec {
	font-family: garamond;
	font-size: 40px;
	color: #860606;
	position:relative;
	top:-7;
	border: dotted;
	border-width:0px;
	border-bottom-width:4px;
	border-color:#505050;
	padding-bottom:2px;
}
b{
	color: #860606;
}
.title1 {
	font-family: helvetica,verdana,garamond;
	font-size: 22px;
	color: #763636;
	border: dotted;
	position: relative;
	top:2;
	border-width:0px;
	border-bottom-width:2px;
	border-color:#505050;
}
.title2,.title2h {
	font-family: verdana,tahoma;
	font-size: 14px;
	color: #560606;
	font-weight: bold;
	margin-bottom:10pt;
}
.title2h{
	cursor: pointer;
}
.pointer{
	cursor: pointer;
}
.menu_link{
	padding-left: 5px;
	font-size:14px;
}
.menu_item{
	background:#f0f0f0;
}
.menu_item_active{
	background:#e0e0e0;
}
.hidden{
    visibility: hidden;
    position: absolute;
}
.normal{
    visibility: visible;
}
