@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
body {
	margin-top: 0px;
}
.txt_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.txt_med_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.tbl_bdr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #9C9C9C;
	border-right-color: #9C9C9C;
	border-bottom-color: #9C9C9C;
	border-left-color: #9C9C9C;
}


.txt_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

.links {
	color: #333333;
	text-decoration: underline;
}
