* {
    margin: 0;
    padding:0;
}
BODY {
	color: #000000;
	margin: 0 0px;
	color: #4040FF;
	font-size: 9pt;
	line-height: 1.2;
}

a:link {
    color:#008080;
    background-color:transparent;
    text-decoration:underline;
}

a:visited {
    color:#840084;
    background-color:transparent;
    text-decoration:underline;
}

a:hover, a:active {
    color:#666666;
    background-color:transparent;
    text-decoration:none;
}

TABLE {
	font-size: 9pt;
}


div#AllArea {
	width: 940px;
}
div#MenuArea {
	width: 940px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
#MenuArea a:link {
    color:#FFFFFF;
    background-color:transparent;
    text-decoration:underline;
}

#MenuArea a:visited {
    color:#FFFFFF;
    background-color:transparent;
    text-decoration:underline;
}

#MenuArea a:hover, a:active {
    color:#FFFFFF;
    background-color:transparent;
    text-decoration:none;
}



div#leftArea {
	width: 135px;
	float: left;
}
div#centerArea {
	width: 650px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
div#rightArea {
	width: 135px;
	text-align: right;
	float: left;
}


div#box1 {
	border: solid #FF8080 2px;
	padding-left: 4px;
	margin-bottom: 10px;
}
div#box1-a {
	color: #FF8080;
	border-bottom: dashed #FF8080 2px;
	font-size: 12pt;
}
div#box1-b {
	color: #FF8080;
	border-bottom: solid #FF8080 2px;
	border-left: solid #FF8080 10px;
	font-size: 12pt;
	margin-top: 4px;
	margin-right: 4px;
}
div#box2 {
	border: solid #FF8080 2px;
	margin-bottom: 10px;
	text-align: left;
}
div#box2-a {
	color: #FFFFFF;
	background: #FF8080;
}
.color1 {
	background: #FF8080;
	color: #FFFFFF;
	font-size: 9pt;
}