﻿body /* Internet Explorer */ 
{ 
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	text-align: -moz-center; 
} 

#wrapper {
	width: 900px;
	margin: 0 auto;
}

p, ul, ol		{ margin-top: 0; margin-bottom: 1px; }

td {
	font-size: 12px;
	color: #000000;
	font-family: times new roman;
	text-align: justify;
}
.td_tit {
	font-size: 15px;
	color: #000000;
	font-family: Helvetica neue, arial, sans-serif;
	font-weight: bold;
}
.td_men {
	font-size: 12px;
	color: #000000;
	font-family:  Helvetica neue, arial,sans-serif;
	line-height: 20px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #696969;
	text-decoration: none;
}
img {
	border: none;
}
