body {
	background-color : #FFFFFF;
	padding:20px;
	margin:0px;
}
a.links_black:link {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	font-weight: normal;
}
a.links_black:visited {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	font-weight: normal;
}
a.links_black:hover {
	color: #34B3FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
}
a.links_black_bold:link {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	font-weight: bold;
}
a.links_black_bold:visited {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	font-weight: bold;
}
a.links_black_bold:hover {
	color: #34B3FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}

a.links_black_underline:link {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: underline;
	font-weight: normal;
}
a.links_black_underline:visited {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: underline;
	font-weight: normal;
}
a.links_black_underline:hover {
	color: #34B3FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.links_blue:link {
	color: #34B3FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	font-weight: bold;
}
a.links_blue:visited {
	color: #34B3FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: none;
	font-weight: bold;
}
a.links_blue:hover {
	color: #34B3FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.text_black {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
}
.text_black_bold {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.text_copyright {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
}
.text_red {
	color: #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
}
tr.small{
  line-height:1px;
}
tr.small th {
 padding:0px;
 margin:0px;
}

#jsddm
{	margin: 0;
	padding: 0;
}
	
	#jsddm li
	{	float: left;
		list-style: none;
		margin:0px;
		padding:0px;
		margin-left:3px;
		vertical-align:top;
	}

	#jsddm li a
	{	display: block;
		text-decoration: none;
		white-space: nowrap;
		margin-top:2px;
		padding:0px;
  }
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			background:white;
			visibility:hidden;
			border:1px solid #34B3FC;
			border-top: 1px solid white;
			padding-top:3px;
      padding-bottom:6px;
    }
		
		#jsddm li ul li
		{
      clear:both;
      float:left;
      margin:0px;
      padding-right:15px;
      padding-left:8px;  
    }