body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ebebeb;
	background-image: url(images/bg.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00047B;
	text-decoration: none;
}

a {
  color: #000000;
}

a.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
  padding-right: 5px;
	color: #333333;
	text-decoration: none;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

input, submit, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tbl_bg_green {
  background-color: #bdf565;
}

.tbl_bg_blue {
  background-color: #95b1dd;
}

.tbl_bg_beige {
  background-color: #feebd2;
}

.tbl_bg_darkblue {
  background-color: #29256f;
}

.tbl_bg_middleblue {
  background-color: #618ab8;
}

.tbl_bg_bluegrey {
  background-color: #567F92;
}

.tbl_bg_darkgreen {
  background-color: #8ED244;
}

.tbl_bg_lightgreen {
  background-color: #BDF763;
}

.tbl_bg_yellow {
  background-color: #feffb3;
}

.tbl_grey {
  background-color: #C7C7C7;
}

.tbl_content {
  background-color: #ffffff;
	padding: 10px;
}

.tr_over {
  height: 21px;
  background-color: #999999;
	border-bottom: 1px solid #999999;
	text-align: right;
}

.tr_none {
  height: 21px;
  background-color: #C7C7C7;
	border-bottom: 1px solid #999999;
	text-align: right;
}

.text-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.text-black-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

