TD {
	FONT-SIZE: 11px; COLOR: #515151; LINE-HEIGHT: 130%; FONT-FAMILY: verdana,arial
}
H1 {
display : inline;
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	COLOR: #4C7F00
}
H2 {
	display : inline; font-family: verdana;	font-size: 13px; font-weight: bold;	text-decoration: none; line-height:14px; COLOR: #000000
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #161616; LINE-HEIGHT: 120%; FONT-FAMILY: verdana,arial; TEXT-DECORATION: underline
}
P {
	LINE-HEIGHT: 110%
}
B
{

}
strong{
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
.adpagemar{
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px
}
.bottommar{
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #517D02
}

.head-background
{
background-image:  url('../images/kodai-toplink.jpg')
}
.border-background
{
background-image:  url('../images/top-border.jpg')
}

.query-left-back
{
background-image:  url('../images/query-left-back.jpg')
}
.query-top-back
{
background-image:  url('../images/query-top-back.jpg')
}
.query-right-back
{
background-image:  url('../images/query-right-back.jpg')
}
.query-bottom-back
{
background-image:  url('../images/query-bottom-back.jpg')
}
.tableborder{
border-style: solid;
border-width: 1px;
border-color: #4C7F00
}
.header-text {
	font-family: monotype corsiva;
	font-size: 32px;
	line-height: 34px; 
	font-weight: bold;
	text-decoration: none;
	COLOR: #4C7F00
}
.index-text {
	font-family: arial;
	font-size: 12px;
	line-height: 18px; 
	text-decoration: none;
	COLOR: #000000
}
.top-text {
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	COLOR: #4C7F00
}
.top-innertext {
	font-family: arial;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
	COLOR: #000000
}
.top-link {
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	COLOR: #ffffff
}
.bottom-link {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	COLOR: #4C7F00
}
.textbox1 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.query-text {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	COLOR: #ffffff
}
.query-head {
	font-family: verdana;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	COLOR: #ffffff
}
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}