body { 
	margin:0;
	padding:0;
	background-color:#FFFAFA;
	font-family: 'Trebuchet MS', Trebuchet, ariel, verdana, tahoma, sans-serif;
	color: #333;
}
img { 
	margin:0;
	padding:0;
	border:0;
	max-width: 740px;
}

a:link, a:visited {
	color: #72B500;
	text-decoration:none;
}
a:hover {
	color: #39104C;
	text-decoration:underline;
}

h1 {
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #39104C;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #72B500;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 0;
	color: #39104C;
}

td.tabon {
	background-color: #FFF;
	color: #39104C;
	height: 20px;
	font-size: 13px;
	line-height: 13px;
	border: 2px solid #72B500;
	border-right: 0;
	border-bottom: 2px solid #FFF;
	white-space: nowrap;
}
td.taboff {
	background-color:#72B500;
	color: #FFF;
	height: 20px;
	font-size: 13px;
	line-height: 13px;
	border: 2px solid #72B500;
	border-right: 0;
	white-space: nowrap;
}
td.taboff:hover {
	background-color: #FFF;
	color: #39104C;
	height: 20px;
	font-size: 13px;
	line-height: 13px;
	border: 2px solid #72B500;
	border-right: 0;
	border-bottom: 2px solid #72B500;
}
td.taboff a:link, td.taboff a:visited {
	color: #FFFFFC;
}
td.taboff a:hover {
	color: #39104C;
	text-decoration:none;
}

.read {
	font-size: 12px;
	line-height: 15px;
	font-family: trebuchet, ariel, verdana, tahoma, sans-serif;
}
.small {
	font-size: 11px;
	line-height: 13px;
	font-family: trebuchet, ariel, verdana, tahoma, sans-serif;
}

p.caption {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-top: 5px;
	color: #666;
	font-style: italic;
	text-align: center;
}
