/* CSS Document */
a {
	color: #3300cc;
	text-decoration: none;
}
a:visited {
	color: #3300ff;
	text-decoration: none;
}
a:link {
	color: #3300ff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
}
h1 {
	color: #cc0000;
	font-size: 18px;
	text-align: left;
}
h2 {
	color: #cc0000;
	font-size: 16px;
	text-align: left;
}
h3 {
	color: #cc0000;
	font-size: 14px;
	text-align: left;
}
h4 {
	color: #cc0000;
	font-size: 12px;
	text-align: center;
}
img {
  border: none;
}

table.top {
	background-color: #ffffff;
	border: thin solid #0033ff;
  margin-left: auto; 
  margin-right: auto;
  text-align:center;
  width: 720px;
}

table.centre {
	background-color: #ccffff;
	border: thin solid #0033ff;
  margin-left: auto; 
  margin-right: auto;
  width: 720px;
}
td.centre {
	font-size: 10px;
  margin-left: auto; 
  margin-right: auto;
	text-align: center;
  width: 720px;
}

table.centre-left {
	background-color: #ffffff;
	border: thin solid #0033ff;
	font-size: 12px;
  margin-left: auto; 
  margin-right: auto;
  text-align: justify;
	text-decoration: none;
  width: 100%;
}
td.centre-left {
  width: 75%;
}
.centre-left th {
	background-color: #ffff00;
	color: #cc0000;
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
.centre-left td {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	text-align: justify;
}

table.centre-left-internal {
	color: #000000;
	font-size: 12px;
  margin-left: auto; 
  margin-right: auto;
	text-align: center;
  width: 100%;
}
.centre-left-internal th {
	color: #cc0000;
	background-color: #ffff00;
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
.centre-left-internal td {
	color: #000000;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

table.centre-left-bottom {
	color: #000000;
	font-size: 10px;
  margin-left: auto; 
  margin-right: auto;
	text-align: center;
  width: 100%;
}
.centre-left-bottom td {
	color: #000000;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	text-align: justify;
}

table.centre-menu {
	background-color: #ffff99;
	border: thin solid #0033ff;
	font-size: 12px;
  margin-left: auto; 
  margin-right: auto;
  text-align:center;
	text-decoration: none;
  width: 100%;
}
td.centre-menu {
  width: 25%;
}
.centre-menu th {
	background-color: #ffff99;
	color: #cc0000;
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
.centre-menu td {
	background-color: #ffff99;
	color: #000000;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

table.centre-right {
	background-color: #ffffff;
	border: thin solid #0033ff;
	font-size: 12px;
  margin-left: auto; 
  margin-right: auto;
  text-align:center;
	text-decoration: none;
  width: 100%;
}
td.centre-right {
  width: 25%;
}
.centre-right th {
	background-color: #ffffff;
	color: #cc0000;
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}
.centre-right td {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

table.bottom {
	background-color: #ffffff;
	border: thin solid #0033ff;
	font-size: 10px;
  margin-left: auto; 
  margin-right: auto;
	text-align: center;
  width: 720px;
}

