body{
	margin: 0px;
}
.bgcolor_0{
	background-color: #993300;
}
.bgcolor_1{
	background-color: #CC6600;
}
.bgcolor_2{
	background-color: #EE8855;
}
.bgcolor_3{
	background-color: #FF9944;
}
.bgcolor_4{
	background-color: #FFBB77;
}
.bgcolor_5{
	background-color: #FFEEAA;
}
a.text11 {
	font-size: 11px; color: #000000; font-family: Verdana,Arial,Helvetica,sans-serif; text-decoration: none;
}
a.text11b {
	font-size: 11px; color: #000000; font-weight: bold; font-family: Verdana,Arial,Helvetica,sans-serif; text-decoration: none;
}
a.text11b_w {
	font-size: 11px; color: #ffffff; font-weight: bold; font-family: Verdana,Arial,Helvetica,sans-serif; text-decoration: none;
}
a.copy {
	font-size: 10px; COLOR: #000000; font-family: Verdana,Arial,Helvetica,sans-serif; text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.text11 {
	font-size: 11px; color: #000000; font-family: Verdana,Arial,Helvetica,sans-serif
}
.text11b {
	font-size: 11px; color: #000000; font-weight: bold; font-family: Verdana,Arial,Helvetica,sans-serif
}
.text12 {
	font-size: 12px; color: #000000; font-family: Verdana,Arial,Helvetica,sans-serif; text-align: justify;
}
.text12_bg {
	font-size: 12px; color: #FFEEAA; font-family: Verdana,Arial,Helvetica,sans-serif; text-align: justify;
}
.text12b {
	font-size: 12px; color: #000000; font-weight: bold; font-family: Verdana,Arial,Helvetica,sans-serif; text-align: justify;
}
.text12b_bg {
	font-size: 12px; color: #FFEEAA; font-weight: bold; font-family: Verdana,Arial,Helvetica,sans-serif; text-align: justify;
}
.text15b_w {
	font-size: 15px; color: #FFEEAA; font-weight: bold; font-family: Verdana,Arial,Helvetica,sans-serif; text-align: justify;
}
.text15b {
	font-size: 18px; color: #000000; font-weight: bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: justify;
}
.text18b {
	font-size: 18px; color: #003333; font-weight: bold; font-family: Verdana,Arial,Helvetica,sans-serif; text-align: justify;
}
.copy {
	font-size: 10px; COLOR: #000000; font-family: Verdana,Arial,Helvetica,sans-serif
}
.index_bg{
	background-image: url(./../imgs/index_dummy.gif);
}
.index_bg_1{
	background-image: url(./../imgs/index_dummy1.gif);
}
.index_bg_2{
	background-image: url(./../imgs/index_dummy2.gif);
}
.index_bg_3{
	background-image: url(./../imgs/index_dummy3.gif);
}
.index_bg_4{
	background-image: url(./../imgs/index_dummy4.gif);
}
.index_bg_w{
	background-color: White;
}

.input {
    background-color: lightblue;
    font-weight: bold;
    border: 1px groove black;
    text-align: right;
}
.output {
    background-color: #FFEEAA;
    font-weight: bold;
    border: 1px groove black;
    text-align: right;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}

#main {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 1;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
