body, td, input, select, textarea {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a, a:visited {
	text-decoration: underline;
	color: #2F2F2F;
	
}

a:hover, a:active {
	text-decoration: none;
	color: #990000;
}

.odd {
	background-color: #F1F1F1;
}

.even {
	background-color: #ffffff;
}

.thead {
	background-color: #767676;
	font-weight: bold;
	color: #ffffff;
	font-size: 10px;
}

.remark, a.remark, a:hover.remark, a:visited.remark {
	background-color: #CC3333;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}

.green, a.green, a:hover.green, a:visited.green {
	color: #339933;
	font-weight: bold;
}

.red, a.red, a.hover.red, .a:visited.red {
	color: #CC3333;
	font-weight: bold;
}

h1, .h1 {
	font-size: 17px;
	font-weight: bold;
	color: #2F2F2F;
}

h2, .h2 {
	color: #767676;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.pre_border {
	background-color: #C0C0C0;
}

.pre_bg {
	background-color: #FEFEFE;
}

.pre_thead {
	background-color: #EFEFE7;
	color: #000000;
	font-weight: bold;
}

.pre_even {
	background-color: #F5F5F5;
	color: #000000;
}

.pre_odd {
	background-color: #FEFEFE;
	color: #000000;
}

.thinb {
	border: 1px solid #999999;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
}