body{ 
	color: #111111;
	background-color: #ffffff;
	font-family : Tahoma,arial,osaka,MS UI Gothic;
	font-size : 8pt;
	margin-top : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-bottom : 2px;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color : royalblue;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color : royalblue;
	scrollbar-shadow-color : royalblue;
	scrollbar-darkshadow-color : #FFFFFF;
}

td{ 
	color: #111111;
	font-family : Tahoma,arial,osaka,MS UI Gothic;
	font-size : 8pt;
}

a{
	text-decoration : none;
	color : royalblue;
}

//a:link         { color: #003399 }
//a:active       { color: #003399 }


a:visited{
	text-decoration : none;
	color : royalblue;
}


a:hover{
	color : deeppink;
	text-decoration : underline;
}

input,select{
	font-family : Tahoma,arial,osaka,MS UI Gothic;
	font-size : 8pt;
	color: royalblue;
	border: solid 1 black;
}

a.menu:link    { color: #ffffff }
a.menu:active  { color: #ffffff }
a.menu:visited { color: #ffffff }
a.menu:hover   { color: #b3ccff; text-decoration: underline }
hr             { color: #111111 }
div.title      { padding: 4 }
div.center     { text-align: center }
div.right      { text-align: right; font-size: 8pt }
span           { font-weight: bold }
span.sub       { color: #000000; font-weight: bold }
span.bsub      { color: #003399 }
span.title     { font-size: small; font-weight: bold }
span.back      { color: #000000; font-size: small; font-weight: bold }
table.back     { background-color: #ffffff; width: 100% }
table.main     { background-color: #ffffff; width: 90% }
table.list     { background-color: #ffffff; width: 70% }
td.back        { background-color: #333333; padding: 4 }
td.main        { background-color: #eeeeee; padding-left: 4; padding-right: 4 }
.big           { font-size: 12pt }


.table_blue{
	color : white;
	font-weight : bold;
	background :white url("table_blue.gif");
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
	font-family:Verdana;
}

.bold-italic{
	font-weight:bold;
	font-style:italic;
	font-family:Verdana;
}