@charset "utf-8";
/* CSS Document */

#topnav {
	display: none;
}

#footer {
	display: none;
}

input {
	display: none;
}

#subnav {
	display: none;
}

body {
	font-size: 16px;
}

.boxed {
	border: 1px solid #000;
	padding: 10px;
	background-color: #FFF6BF;
	margin-bottom: 5px;
}

.boxed_table {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-bottom: 5px;
}

.boxed_table tr th {
	padding: 5px;
	text-align: left;
	background-color: #104A5A;
	color: #fff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.boxed_table tr td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #fff;
	padding: 3px;
}

.mytable {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.mytable tr td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.mytable tr th {
	background-color: #A7272B;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}

.mytable2 tr td.bord {
	border-left: 1px solid #cccccc;
}

.mytable2 tr td {
	border-bottom: 1px solid #cccccc;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mytable2 tr.last td {
	border: none;
}

.mytable3 tr td.bord {
	border-left: 1px solid #cccccc;
}

.mytable3 tr td.last {

}

.mytable2 tr.first td {
	/*border-top: 1px solid #cccccc;
	padding-top: 8px;*/
}

.mytable pre, .mytable2 pre {
	padding: 5px;
	border: 1px solid #cccccc;
}

.mytable .noleft {
	border-left: none;
}

.mytable .noright {
	border-right: none;
}

.mytable .nobottom {
	border-bottom: none;
}

.mytable .notop {
	border-top: none;
}