body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}



a:link {
	color: #000033;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: underline;
}
.info_background {
	background-color:#E6F0F5;
}

.input31 {
	width:233px;
}
.input15 {
	width:233px;
}
.input64 {
	width:470px;
}
.space_holder {
	width:18px;
}
.style1 {
	font-size: 13px;
	font-weight: bold;
}
.style2 {	font-size: 13px;
	font-weight: bold;
}
.style3 {
	color: #000033;
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	font-size: 10px;
}
.styleText {
	font-size: 11px;
	line-height:12px;
}


/*****************************************/
/*****************************************/
/*				Scroller 				 */
/*****************************************/
/*****************************************/

/* hide from incapable browsers */
div#scrollbar { 
	display:block;
}

/* below in external file */
div#wn	{ 
    position:relative; 
    width:463px; height:324px;
    overflow:hidden;	
}
div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
   }
    
div#scrollbar {
	position:relative;
	width:11px;
	height:324px;
	font-size:1px;
}
div#track { 
  position:absolute; 
  left:0; 
  top:12px;
  width:11px; 
  height:302px;
  background: #336;
  background-color: #E6F0F5;
}

div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#ceced6;
}  
div#up { 
	position:absolute; 
	left:0; 
	top:0; 
}  
div#down { 
	position:absolute; 
	left:0; 
	bottom:0; 
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
}
	
.style2 {	font-size: 13px;
	font-weight: bold;
}

/*****************************************/
/*****************************************/
/*			Scroller Ende				 */
/*****************************************/
/*****************************************/