body, td, p {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
} 

a { 
	font-weight: normal;
	text-decoration: underline;
	cursor: hand;
	font-size: 9pt;
	color:  #000000;
}

a:hover {
	text-decoration: underline;
}

a.mail { 
	font-size: 9pt;
}

.ctrl {
	width:  138px;
	height: 17px;
	border: solid 1px #000000;
}

.copy {
	font-size: 9pt; 
	padding-top: 10px;
}

.addr {
	padding-top: 20px;
}

.addr_ttl {
	color: #996633;
	font-size: 11px; 
	padding-right: 10px;
}

.addr_descr {
	font-size: 11px; 
	padding-left: 10px;
}

td.dot {
	background-image: url( '/images/dot.gif' );
}

.ttl {
	color:  #996633;
	font-weight:  bold;
	font-size:  18px;
}

/* left menu */
td.lmnu_ttl {
	color: #996633;
	font-weight:  bold;  
	font-size: 14px;
	text-align: center;
}

td.lmnu_item {
	background-image: url( '/images/lmnu_bg.gif' );
	background-repeat: no-repeat;
	width:  166px;
	height: 34px;
	padding-left: 12px;
	padding-top: 9px;
}

a.lmnu_item {
	font-weight:  bold;  
	font-size: 12px;
	color:  #ffffff;
	text-decoration: none;
}

a.lmnu_item:hover {
	color:  #ffffff;
	text-decoration: none;
}

a.lmnu_item_sel {
	font-weight:  normal;
	font-size: 14px;
	color:  #fcff00;
	text-decoration: none;
}

a.lmnu_item_sel:hover {
	font-weight:  normal;
	color:  #fcff00;
	text-decoration: none;
}

/* 2 left menu */

td.lmnu2_item {
	width:  166px;
	height: 23px;
	padding-left: 23px;
	padding-top: 0px;
	padding-bottom: 2px;
}

a.lmnu2_item {
	color:  #000000;
}

a.lmnu2_item:hover {
	color:  #000000;
}


.form {
	font-family: Verdana, Arial, Times;
	font-size: 8pt;
	color : #000000;
	background-color: #FFFFFF;
	border: 1 outside #333333;
}

.button {
	font-family: Verdana, Arial, Times;
	font-size : 8pt;
	color : #FDFCF6;
	background-color : #CCCCCC;
	border : 1 solid #3E371E;
	font-weight: bold;
}

.button_gray {
	font-family: Verdana, Arial, Times;
	font-size : 8pt;
	color : #000000;
	background-color : #FFFFFF;
	background-image : url(/images/button_bg_grey.gif);
	border : 1 solid #6F6F6F;
}

