body {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
td {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: underline; color: #000000; }
a:active { text-decoration: underline; color: #000000; }

a img { border: none; }

.text {
	font-family: Arial;
	height: 22px;
	width: 260px;
	border: thin solid silver;
}
.select {
	font-family: arial;
	font-size: 12px;
	width: 145px;
	border: thin solid silver;
}
.selectSmall {
	font-family: arial;
	font-size: 10px;
	height: 20px;
	width: 100px;
	border: thin solid silver;
}

h2 {
	font-size: 25px;
}

.black { 
	color: #000000; 
}









#Container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#Header {
	float: left;
	width: 760px;
}
#Menu {
	float: left;
	width: 150px;
}
#Content {
	float: left;
	width: 585px;
	padding-left: 25px;
}



.Header01 {
	font-size: 25px;
	font-family: Arial;
	font-weight: bold;
}
.Header02 {
	color: #000000;
	font-size: 16px;
	font-family: Arial;
}
.Header03 {
	color: #0c5e81;
	font-size: 16px;
	font-family: Arial;
}




