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

.bodycopy01 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.bodycopy02 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:small;
}
.bodycopy03 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#A0A0A4;
}
.body_red {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:red
}
.headline01 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight:bold;
}
.headline02 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bold;
}

table.main1 {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.m1 th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.main1 td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}


a:link  {decoration:none; color:black; }

a:visited {decoration:none; color:purple; }

a:hover {decoration: underline; color:blue; }

img {border: none; }
