body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  margin: 4px;
}
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
img {
	border: 0px;
}
/* To make FF and IE the same */
p {
	margin-top: 12px;
	margin-bottom:12px;
}

div.header {
  background-color: #FFFFFF;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: solid 1px #FF3300;
}

div.bottom {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	text-align: center;
  width: 100%;
  padding-top: 4px;
  border-top: solid 1px #FF3300;
}

td.menu {
  background-color: #FFC2A6;
}

table.menu {
  background-color: #FFC2A6;
}
table.menu tr:hover {
	background-color: #FF7735; cursor:pointer;
}
table.menu td {
	padding-top: 5px;
	padding-bottom: 5px;
}
a.menu {
	padding-right: 20px;
}
a.menu:link { color: #000000; font-size:14px; text-decoration: none; font-weight:bold; }
a.menu:visited { color: #000000; font-size:14px; text-decoration: none; font-weight:bold; }
a.menu:hover { color: #000000; font-size:14px; text-decoration: none; font-weight:bold; }
a.menu:active { color: #000000; font-size:14px; text-decoration: none; font-weight:bold; }

td.content {
	width: 100%;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}
table.t {
	border-collapse: collapse;
	border: 1px solid #000000;
}
/* IE need this 2 declaration below, FF not ! */
table.t tr {
	border-collapse: collapse;
	border: 1px solid #000000;
}
table.t td {
	border-collapse: collapse;
	border: 1px solid #000000;
}
/* center a table */
table.c {
	margin-left: auto;
	margin-right: auto;
}
td.nonl {
  white-space: nowrap;
}
td.vatop {
	vertical-align: top;
}
td.vacent {
  vertical-align: middle;
}
td.vabot {
  vertical-align: bottom;
}

a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: none; font-weight:bold;font-size:12px; }
a:active { color: #0000FF; text-decoration: none; }

.mTitle {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
	font-size:28px;
	padding-bottom: 5px;
	color:#353535;
}
.mTitle:first-letter {
 font-size:32px;
}

.bold {
	font-weight: bold;
}
.under {
	text-decoration: underline;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.just {
	text-align: justify;
}
.here {
  font-size: 9px;
  text-align: right;
}
.s14 {
  font-size: 14px;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color:#000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.button  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#000000;
	border: 1px solid #000000;
	background-image: url(/images/bg_bt.png);
  background-repeat: repeat-y;
  background-position: left;
	background-color: #A3BDD8;
	padding: 1px;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color:#000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
}
.checkbox {
	border: 1px none #000000;
	background-color: transparent;
	vertical-align: middle;
}
