html, body, div, form, input, table, td {
	color: #000;
	text-align: left;
	font-family: tahoma, arial, sans-serif;
}

body {
	background-color: #fff;
}

body {	font-size: 1em; }
table { 	border: 1px solid #000; }
td {	 	border-right: 1px solid #a0a0a0; font-size: 13px; text-align: center;}

a {		text-decoration: none; }
img {		border-style: none; }


.myTD1 {	border-bottom: 1px dashed #a0a0a0;
		border-top: 1px dashed #a0a0a0;
		font-weight: bold;
		color: blue;
}

.myTDT {	font-weight: bold;
		color: blue;
}

.c {		text-align: center; }
.b {		font-weight: bold; }
.p {		margin-top: 3em; }

.link_external {
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(img/link_external.png);
}