@charset "utf-8";
/* CSS Document */
body,td {
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}
body {
	margin-top: 0px;
	text-align: center;
	background:url(image/sap-bg.jpg);
}
a:link {
	color: #003F98;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #399;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.line1 {
	border-left-color: #999999;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
}
.line2 {
	border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.line3 {
	border-right-color: #CCC;
	border-right-style: dotted;
	border-right-width: 1px;
}
.line4 {
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.table1 {
	border-collapse: collapse;
}
.bg1 {
	background-image:url(image/sap-bg2.gif);
}
.bg2 {
	background-image:url(image/sap-bg3.gif);
}
.style1 {
	color: #FFF;
}
.style2 {
	color: #E01403;
}
.style3 {
	color: #00F;
}
.style4 {
	font-weight:bold;
	font-size: 14px;
}