body {
	margin: Opx;
	border: 0px;
	padding: 0px;
	background-color: #cccccc;
	text-align: center;
	color: #000000;
	background-image: url(./../../_Shared/IMG/BodyBackground.gif);
	background-repeat: repeat-x;
}
#Page {
  position: relative;
  background-color: #ffffff;
  margin: 0px auto;
  border: 0px;
  padding: 10px;
  width: 960px;
  font-family: "Trebuchet MS", Verdane, Arial, Sans-serif;
  font-size: 1em;
  color: #000000;
  text-align: left;
}
#AreaTopMenu {
  clear: both;
  background-color: #ffffff;
  margin: 0px;
  border: 0px;
  padding: 0px;
}
#AreaTopBanner {
  clear: both;
  background-color: #3366cc;
  margin: 0px;
  border: 0px;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
}
#AreaTopSubMenu {
  clear: both;
  background-color: #3366cc;
  margin: 0px;
  border: 0px;
  padding: 5px;
}
#AreaTopSubContent {
  clear: both;
  background-color: #ffffff;
  margin: 0px;
  border: 0px;
  padding: 2px;
}
#AreaMiddle {
  clear: both;
  width: 100%;
  margin: 0px;
  border: 0px;
  padding: 0px;
  background-color: #ffffff;
}
#AreaMiddleLeft {
  float: left;
  width: 20%;
  padding: 5px 5px 5px 5px;
  background-color: #423b8c;
}
#AreaMiddleCenter {
  float: left;
  width: 55%;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}
#AreaMiddleRight {
  float: right;
  width: 20%;
  padding: 5px 5px 5px 5px;
  background-color: #f0f0f0;
}
#AreaBottomSubContent {
  clear: both;
  background-color: #ffffff;
  margin: 0px;
  border: 0px;
  padding: 2px;
}
#AreaBottom {
  clear: both;
  background-color: #6699cc;
  margin: 0px;
  border: 0px;
  padding: 5px;
}
/*  */
p {
  margin: 0px;
  padding: 0px;
  text-align: justify;
  font-size: 0.8em;
}
img {
 border: 0px;
}
/* TOP  MENU */
#AreaTopMenu ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
#AreaTopMenu li {
  display: inline;
}
#AreaTopMenu a.OFF {
  float: left;
  width: 25%;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #423b8c;
  color: #FFFFFF;
  text-decoration: none;
}
#AreaTopMenu a.OFF:hover {
  background-color: #cc0000;
}
#AreaTopMenu a.ON {
  float: left;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #3366cc;
  color: #FFFFFF;
  text-decoration: none;
}
#AreaTopMenu a.ON:hover {
  background-color: #cc0000;
}
/* BANNER TOP  */
#AreaTopBanner p {
  text-align: center;
}
/* TOP SUB MENU  */
#AreaTopSubMenu p {
  font-size: 0.7em;
  text-align: right;
}
#AreaTopSubMenu a {
  color: #ffffff;
}
#AreaTopSubMenu a:hover {
  color: #cc0000;
  text-decoration: none;
}
/* TOP SUB CONTENT */
#AreaTopSubContent p {
  font-size: 0.7em;
  color: #cccccc;
  text-align: left;
}
/* CONTENT LEFT - MENU LEFT  */
#AreaMiddleLeft p {
  width: 100%;
  padding: 2px 2px 2px 2px;
  border-bottom: 1px solid #ffffff;
  font-size: 0.8em;
  color: #000000;
  text-align: justify;
}
#AreaMiddleLeft a.OFF {
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
#AreaMiddleLeft a.OFF:hover {
  background-color: #cc0000;
  font-weight: bold;
}
#AreaMiddleLeft a.ON {
  width: 100%;
  background-color: #3366cc;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
#AreaMiddleLeft a.ON:hover {
  background-color: #cc0000;
  font-weight: bold;
}
#AreaMiddleLeft p.Image {
  padding: 2px 0px 2px 0px;
  border-bottom: 0px;
}
/*  CONTENT MIDDLE*/
#AreaMiddleCenter h1 {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 1.5em;
  font-weight: normal;
  color: #423b8c;
  text-align: left;
}
#AreaMiddleCenter h2 {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: normal;
  color: #423b8c;
  text-align: left;
}
#AreaMiddleCenter h3 {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 1em;
  font-weight: bold;
  color: #423b8c;
  text-align: left;
}
#AreaMiddleCenter p {
  font-size: 0.8em;
  color: #000000;
  text-align: justify;
}
#AreaMiddleCenter .Remark {
  color: #cccccc;
  font-style: italic;
}
#AreaMiddleCenter p.Small {
  font-size: 0.7em;
  color: #000000;
  text-align: justify;
}
#AreaMiddleCenter p.LabelTitle {
  margin: 0px;
  padding-top: 2px;
  font-weight: bold;
  font-size: 0.7em;
  text-align: left;
}
#AreaMiddleCenter .Label {
  color: #999999;
  font-style: normal;
  font-family: "Courier New", Verdane, Arial, Sans-serif;
}
#AreaMiddleCenter a {
  color: #3366cc;
}
#AreaMiddleCenter a:hover {
  color: #cc0000;
  text-decoration: none;
}
#AreaMiddleCenter table {
	background-color: #cccccc;
}
#AreaMiddleCenter th {
	padding: 3px;
	background-color: #f0f0f0;
	vertical-align: top;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}
#AreaMiddleCenter td {
	padding: 3px;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
}
#AreaMiddleCenter table.Normal {
	width: 100%;
	background-color: #ffffff;
}
#AreaMiddleCenter td.Normal {
	padding: 0px;
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}
#AreaMiddleCenter table.Separator {
	width: 100%;
	background-color: #ffffff;
}
#AreaMiddleCenter th.Separator {
	padding: 3px;
	background-color: #f0f0f0;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}
#AreaMiddleCenter td.Separator {
	padding: 3px;
	background-color: #f0f0f0;
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}
/*  CONTENT RIGHT */
#AreaMiddleRight h1 {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 0.9em;
  color: #3366cc;
  text-align: left;
}
#AreaMiddleRight h2 {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 0.7em;
  color: #423b8c;
  text-align: left;
}
#AreaMiddleRight p {
  font-size: 0.7em;
  text-align: justify;
}
#AreaMiddleRight p.Image {
  font-size: 0.7em;
  text-align: center;
  background-color: #ffffff;
}
#AreaMiddleRight a {
  color: #3366cc;
}
#AreaMiddleRight a:hover {
  color: #cc0000;
  text-decoration: none;
}
/* BOTTOM SUB CONTENT */
#AreaBottomSubContent p {
  font-size: 0.7em;
  text-align: right;
}
#AreaBottomSubContent a {
  color: #6699cc;
}
#AreaBottomSubContent a:hover {
  color: #cc0000;
  text-decoration: none;
}
/* BOTTOM  */
#AreaBottom p {
  font-size: 0.7em;
  text-align: center;
}
#AreaBottom a {
  color: #000000;
}
#AreaBottom a:hover {
  color: #cc0000;
  text-decoration: none;
}
/*  */