BODY {
	background-color: #ffffff;
}

a {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-size: 12px;
	color: #003399;
}



li {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
}
.content {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.left {
	background-image: url(image/left.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.right {
	background-image: url(image/right.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.footer {
	background-color: #E20A16;
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

.footer:hover {
	background-color: #E20A16;
	font-family: arial;
	font-size: 11px;
	color: #003399;
	text-align: center;
	text-decoration: none;
}



.contact {
	font-family: arial;
	font-size: 10px;
	color: #666666;
	padding-left: 10px;
	padding-bottom: 5px;
}

.email {
	font-family: arial;
	font-size: 11px;
	color: #003399;
	padding-bottom: 5px;
	text-decoration: underline;
}

.email:hover {
	font-family: arial;
	font-size: 11px;
	color: #E20A16;
	padding-bottom: 5px;
	text-decoration: underline;
}



.datatable {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
	padding-right: 2px;
	border-bottom: solid 1px #999999;
	vertical-align: top;
	
}


.titledata {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	padding-left: 10px;
}

.headdata {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	background-color: #efefef;
	height: 24px;
	vertical-align: middle;
	text-transform: uppercase;	
}
.logo {
	width: 158px;
	height: 160px;
	background-image: url(image/headlogo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}