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: #006699;
	text-decoration: none;
}

form, h2 {
	margin: 0;
}
select, textarea, input {
	font-family: Arial, Verdana, Tahome;
	font-size: 11px;
}
select, input {
	height: 19px;
}
.inputText {
	width: 180px;
}
.button {
	font-size: 11px;
	border: #638294 1px solid;
	height: 18px;
	color: #000000;
	background-color: #EBEEEB;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

sup {
	color: red;
}

.pageTitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #dfdfdf;
}
a.pageTitle {
	text-decoration: underline;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #385772;
}

.tb {
	background-color: #d6e4f2;
}
.tbTitle, .tbTitle2 {
	font-weight: bold;
	background: #e1edf9;
	text-align: center;
}
.tbTitle2 {
	font-weight: normal;
	color: #5b5b5b;
	background: #f2f7fc;
}
.tbRow1 {
	background: #fbfdff;
}
.tbRow2 {
	background: #f9fafb;
}
.tbRow3 {
	background: #36FF4E;
}

.smallText {
	font-size: 11px;
	color: #999999;
}

.date, .menuDate {
	font-size: 11px;
	color: #61717f;
}
.menuDate {
	font-size: 10px;
	font-weight: bold;
}

.status_error {
	border: red 1px solid;
	background: #fff4f4;
	padding: 3px;
}
.status_error2 {
	color: red;
}
.status_ok {
	border: #339900 1px solid;
	background: #f2ffec;
	padding: 3px;
}
.status_ok2 {
	color: #339900;
}
.status_notice {
	border: #e09f04 1px solid;
	background: #fcf7de;
	padding: 3px;
	margin-top: 5px;
}
.status_notice2 {
	color: #e09f04;
}

.selectedPage {
	font-weight: bold;
	color: #059a28;
}

.copy {
	color: #000000;
}

.design {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #6699CC;
}

.menuTitle {
	font-weight: bold;
}