/* Base 
----------------------------------------------- */
BODY, TABLE {
	
	background-color :white;
/*	background-image :url(file); */
	
/*	font-family :"‚l‚r ƒSƒVƒbƒN" , monospace;  */
	font-family :"‚l‚r ‚oƒSƒVƒbƒN" ,Osaka ,  sans-serif;
/*	font-family :"‚l‚r ‚oƒSƒVƒbƒN", Verdana, Arial, sans-serif; */
/*	font-family: Verdana, Arial, sans-serif; */
	font-size   :10.5pt;
	font-weight :normal;
	font-style  :normal;
	text-align : center;
	line-height: 120%;
	text-decoration:none;
/*	vertical-align: middle; */
}

TABLE, CAPTION {
	text-align:left;
	font-size: 100%;
  
  background-color : #ffffff;

  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}


TABLE {
	text-align:left;
	border-width : 5px 5px 5px 5px;
	border-color : silver silver silver silver;
	border-style : solid solid solid solid;
/*
	border-spacing : 2px; 
*/
}

TH {
	font-weight: bold;
	background-color:#C0C0C0;
	text-align : center;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
}

TD {
	border-width : 2px 2px 2px 2px;
	border-style : solid solid solid solid;
	border-color : silver silver silver silver;
   
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
   
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  text-align : left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 10px 0 2px 0;
	}

h1 {
	font-size: 140%;
	font-weight: bold;
	}

h2 {
	font-size: 130%;
	font-weight: bold;
	}

h3 {
	font-size: 120%;
	font-weight: bold;
	}

h4 {
	font-size: 110%;
	font-weight: normal;
	}

h5, h6, p, label {
	font-size: 100%;
	font-weight: normal;
	}

p {
	margin: 0px 0px 1px 0px;
}

pre {
	margin: 0px 0px 1px 0px;
}

ul, dl {
	list-style-type: none;
	text-align:left;
	margin : 0;
	padding: 0;
}

ol {
	margin: 0px 0px 0px 0px;
	list-style-type: decimal;
	text-align:left;
}

li, dt {
	display: list-item;
/*	text-indent : 1em; */
	margin: 0px 0px 0px 0px;
/*	list-style-position : outside; */
/*	list-style-type: circle; */
}

dd {
/*	text-indent: 1em; */
/*	list-style-position : outside; */
	margin: 0px 0px 0px 0px;
}

IMG {
	border-style: none;
	margin-left : 0%;
	margin-right: 0%;
	vertical-align: middle;
	float : none;
}

em {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

strong {
	color:#FF0000;
	text-decoration:none;
}

form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

input {
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0% 0% 0% 0%;
	text-decoration:none;
}

a:link {
	color:blue;
}

a:visited {
	color:blue;
}

a:hover {
	color:red;
/*	color:#800080;  */
/*	font-weight: bold;  */
/*	text-decoration: underline; */
/*	background-color:#0000FF; */
}

a:active {
	color:blue;
}

a:link.HiddenLink {
	color:black;
	text-decoration:none;
}

a:visited.HiddenLink {
	color:black;
	text-decoration:none;
}

a:hover.HiddenLink {
	color:black;
	text-decoration:none;
}

a:active.HiddenLink {
	color:black;
	text-decoration:none;
}

a:link.BuiltinLink {
	color:blue;
}

a:visited.BuiltinLink {
	color:blue;
}

/*
a:hover.BuiltinLink {
	color:#0000FF;
	background-color:#CCCCCC;
}
*/

a:hover.BuiltinLink {
	color:#FFFFFF;
	background-color:#0000FF;
}

a:active.BuiltinLink {
	color:blue;
}