/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg01.gif);
	color: #333333;
	line-height: 18px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: justify;
}

a.body:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;


}
a.body:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #990000;

}
a.body:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a.body:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #797979;
	line-height: 16px;
}
a.footer {
	color: #797979;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.table_main {
	border: 1px solid #CCCCCC;
}
.table_main_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.table_main_bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.table_main_bottom2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.markermenu{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 100%;
	border: 0px solid #9A9A9A;
}

.markermenu li a{
	background: url(images/arrow_right.gif) no-repeat 7px center;
	color: #797979;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 100%;
}

.markermenu li a:visited, .markermenu li a:active{
color: #797979;
}

.markermenu li a:hover{
color: #797979;
background-color: #FFFFFF;
background-image:url(images/arrow_down.gif); /*onMouseover image change. Remove if none*/
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #DADADA;
padding: 3px;
left: -1000px;
border: 1px solid #999999;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: auto;
	left: -250px;
}
.code {
	font-weight: bold;
	color: #666666;
}
.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
}
