body, html  {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	scrollbar-track-color: rgb(255,255,255);
	scrollbar-face-color: rgb(239,239,239);
	scrollbar-highlight-color: color;
	scrollbar-3dlight-color: #B2B2B2;
	scrollbar-darkshadow-color: rgb(255,255,255);
	scrollbar-shadow-color: #B2B2B2;
	scrollbar-arrow-color: #000080;
}
table {
	border-spacing : 0px;
	border-collapse: collapse;
	border: 0px;
}
td {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
td .tabhead{
	font-weight: bold;
	background-color: #C0C0C0;
}
td .text{
	text-align: justify;
}
td .text_blue{
	text-align: justify;
	color: #000080;
}
td .text_gray{
	text-align: justify;
	color: #808080;
	font-size: 10pt;	
	line-height: 150%;
}
td .text_copy{
	text-align: right;
	color: #000080;
	font-size: 7pt;		
}
td .partner{
  font-size: 10pt;
}
td .partner_text{
  font-size: 7pt;
}
h1 {
	 font-size: 10pt;
	 color: #002587;
	 line-height: 150%;
	 margin: 0 
}
h2 {font-size: 8pt;
    color: #000080;
		line-height: 150%;
		margin: 0
}
h3 {
	 font-size: 10px;
	 color: #000080;
	 line-height: 150%;
	 margin-top: 0;
	 margin-bottom: 4
}
A {	
	color: #000080;
	text-decoration: none;
}
A:link {
	color: #000080;
	text-decoration: none;
}
A:visited {
	color: #000080;
	text-decoration: none;
}
A:hover {
	color: #CC3333;
	text-decoration: none;
}
A:active {
	color: #000080;
	text-decoration: underline;
}
.menu {
 color: #B2B2B2;
 text-decoration: none
}
.menu:link {
 color: #B2B2B2
}
.menu:visited {
 color: #B2B2B2
}
.menu:hover {
 color: #CC3333
}
img {
	border: none;
}
td.form {
    font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	/*width: 200px;*/
} 
form {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
input {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.in {
   border: rgb(150,150,150) 1px solid;
}
select {
   font-size: 8pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;   
   border: rgb(150,150,150) 1px solid;
}
input.submit {
  background-color: lightgray;
  font-weight: bold;
  font-size: 8pt;
  cursor: pointer;
  border: #002587 1px solid;
  color: #000000;
}
.ovtrdata{
	background-color: rgb(221,221,244);
	cursor: pointer;
}

.outtrdata{
}
