body {
	margin: 0;
	background-color: #ffffff;
}

body, table, a {
	font-family: Arial, Verdana, Tahoma;
	text-align: justify;
	color: #000000;
}
body, table {
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	
}

form, h1, h2, h3 {
	margin: 0;
}
select, textarea, input {
	font-family: Arial, Verdana, Tahome;
	font-size: 11px;
}
select, input {
	height: 19px;
}
.button {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	border: #000000 1px solid;
	height: 18px;
	color: #ffffff;
	background-color: #67da28;
}

h1, .pageTitle {
	color:#ef0000;
	font-family:arial;
	font-size:14pt;
	text-align:justify;
	font-weight:normal;
}
a.pageTitle {
	text-decoration: underline;
}

h2, .partTitle {
	color:#ef0000;
	font-family:arial;
	font-size:14pt;
	text-align:justify;
	font-weight:normal;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

sup {
	color: red;
}

.menuTitle, .menuTitle2 {
	font-weight: bold;
	background: #e0b33f url("../pic/menu_title_1_bg.jpg");
}
.menuTitle2 {
	background: #67da28 url("../pic/menu_title_2_bg.jpg");
}
a.menuTitle2 {
	text-decoration: underline;
}
.menu {
	height: 30px;	
	background: url("../pic/menu_div.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

.tb {
	background-color: #ffffff;
}
.tbTitle, .tbTitle2 {
	font-weight: bold;
	color:#6989a8;
	background: #cccccc;
	text-align: center;
}
.tbTitle2 {
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.tbRow1, #tbRow1 {
	background: #f4f4f4;
}
.tbRow2, #tbRow2 {
	background: #f4f4f4;
}
.tbRow3 {
	background: #36FF4E;
}
.tbRow4, #tbRow4 {
	background: #ffffff;
}

.smallText {
	font-size: 11px;
}

.date, .menuDate {
	font-size: 11px;
	color: #61717f;
}
.menuDate {
	font-size: 10px;
	font-weight: bold;
}

.status_ok {
	border: #339900 1px solid;
	background: #f2ffec;
	padding: 3px;
}
.status_ok2 {
	color: #339900;
}
.status_notice {
	border: #ffe50e 1px solid;
	background: #fffbdd;
	padding: 3px;
	margin-top: 5px;
}
.status_notice2 {
	color: #e09f04;
}
.status_error {
	border: red 1px solid;
	background: #fff4f4;
	padding: 3px;
}
.status_error2 {
	color: red;
}

.selectedPage {
	font-weight: bold;
	color: #059a28;
}

.copy {
	color: #ffffff;
}
