body {
	text-align: center;
	background-color: #d1d1d1;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:arial;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	overflow: auto;
}
p	{
	font-family: sans-serif;
	font-size: 16px;
	color: black;
}
#verytop {
	text-align: center;
	margin: 0px auto;
	width:900px;
	height: 20px;
	}
#container {
	background-color: white;
	background-position: center;
	padding: 0px;
	width: 900px;
	margin: 0px auto;
}
#top {
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	background-color: #e5e5e5;
	background-position: bottom;
	width: 900px;
	height: 195px;
}
.line {
	margin-top: 0px;
	padding: 0px;
	background-color: #ffffff;
}
.address {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-family: sans-serif;
	font-size: 16px;
	color: black;
}
#image {
	background-color: #e9e9e9;
	width: 900px;
	height: 150px;
}
#menu {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	color : black;
	font-size: 20px;
	background-color: #e9e9e9;
	width: 900px;
	height: 40px;
	padding: 0px;
}
#menu a:hover {
	background-color: #dfe3e5;
	color : #00529A;
}
#menu a {
	color : black;
	text-decoration : none;
}
#main {
	text-align: left;
	font-family: sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	
	width: 900px;
	height: 100%;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	background-color: #333333;
	width: 900px;
	height: 60px;
}
.title {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
	font-family: sans-serif;
	font-size: 28px;
	color: black;
}
hr {
	color : #C0C0C0;
	width: 94%;
	text-align: center;
}
table.general {
	width: 89%;
}
table.general td {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #B0B0B0;
	border-style: solid;
	background-color: #eeefff;
}
.entrydate {
	padding : 0px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.entrytext {
	padding : 0px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
}
.smtext {
	padding : 0px;
	margin-top :0px;
	margin-bottom :3px;
	font-family: sans-serif;
	font-size: 11px;
	color: black;
}
.agenttext {
	padding : 0px;
	margin-top :0px;
	margin-bottom :3px;
	font-family: sans-serif;
	font-size: 13px;
	color: black;
}
.agenttext b {
	color : red;
	text-decoration : none;
	font-weight: normal;
}
.agenttext a {
	color : blue;
	text-decoration : none;
}
.agenttext a:hover {
	color : red;
}
.vsmtext {
	padding : 0px;
	margin-top :0px;
	margin-bottom :3px;
	font-family: sans-serif;
	font-size: 8px;
	color: black;
}
.text {
	padding : 0px;
	margin :0px;
	font-family: sans-serif;
	font-size: 16px;
	color: black;
}
.text a {
	color : blue;
	text-decoration : none;
}
.text a:hover {
	color : red;
}
.tablelink {
	padding : 0px;
	margin :0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: blue;
}
.tablelink a {
	color : blue;
	text-decoration : none;
}
.tablelink a:hover {
	color : red;
}
.tablehead {
	padding : 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.newslinks {
	padding : 0px;
	margin-top: 8px;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 13px;
	color: blue;
}
.newslinks a {
	color : blue;
	text-decoration : none;
}
.newslinks a:hover {
	color : red;
}
.name {
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	font-family: sans-serif;
	font-size: 48px;
	color: blue
}
.tel {
	padding-top: 18px;
	padding-right: 20px;
	text-align: right;
	font-family: sans-serif;
	font-size: 18px;
	color: white;
}
.copyright {
	background-color: #d1d1d1;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 11px;
	color : #333333;
}
.copyright a:hover {
	color : #FF0000;
}
.copyright a {
	color : black;
	text-decoration : none;
}