body{
	font-family:arial;
	font-size:12px;
}
table, tr, td, li, p, a, div{
	font-family:arial;
	font-size:12px;
	line-height: 1.5em;
}
th{
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 3px
}
img{
	border: 0;
}
input, select, textarea{
	font-family:arial;
	font-size:12px;
	line-height: 1.5em;
}
a:link   {
		 color:	#0066CC;
		 text-decoration: none;
		 }

a:visited 
		{
		color: #0066CC;
		text-decoration: none;
		}
		
a:hover {
		color: #FF9900;
		text-decoration: none;
		}		 
		
.button1{
font-size:12px;	
}
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu li a{
background: white url(../images/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


.markermenu li b{
background: white url(../images/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

* html .markermenu li b{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li b{
color: #00014e;
}

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

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.markermenu li b{
color: black;
background-color: #ffffcb;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.data_center{
	text-align: center;
}
.clear{
	clear: both;
	height:1px;
}

.c-box{
  margin-bottom: 5px;
}
.br-box{
  background: url('/images/br-corner.png') no-repeat 100% 100%;
}
.tr-box{
  background: url('/images/tr-corner.png') no-repeat 100% 0px;
  background-color:#d6d7d6;
}
.txt-box{
  padding:5px;
}