body{	line-height: 140%;
	background:#FFFFFF;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	scrollbar-arrow-color:#0000ff;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#0000ff;
	scrollbar-shadow-color:#0000ff;
	scrollbar-track-color:#ffffff;
}
a:link{ text-decoration:underline; color:#000099;}
a:visited{ text-decoration:underline; color:#990000; }
a:active{ text-decoration:underline; color:#FF6699;}
a:hover{ color: white; background:blue; }
hr{ color: #0080C0; }
#attention{
	font-size: x-small;
	background:white;
	width: 800px;
	text-align: right;
}

#body0{
	width: 800px;
	border: 1px solid firebrick;
}

#header-01 {
	background-color: firebrick;
	height: 60px;
	width: 100%;
	color: white;
}
#header-02 {
	font-weight: bold;
	text-align: middle;
	color: white;
}
#cont-body{
	float: right;
	width: 635px;
	background-color: ghostwhite;
}

#copyright{
	font-size: x-small;
	background:white;
	width: 800px;
	text-align: center;
}
.cont-right2{
	float: left;
	width: 160px;
	background-color: firebrick;
	text-align: center;
}

.main-cont {
	border-bottom: 1px dotted bisque;
        margin-top: 10px;
        margin-bottom: 10px;
}
.main-border {
	border-top: 1px solid bisque;
	border-bottom: 1px solid bisque;
        margin-top: 0;
        margin-bottom: 0;
        color:lightcoral;
        background-color:white;
        font-weight:bold;
}
.designer-sign {
	font-weight:bolder;
	font-size:xx-small;
	font-family:Comic Sans MS;
}
.back-c{background-color:#E7EFFF;}

