*{
	padding:0px;
	margin:0px;
}
body {
	margin:0px; 
	text-align:center;
	padding:2px;
	background:#ffffff;
	height:100%;
}
td,body,div{
	font-family:Verdana,SimSun,Arial,Lucida,Helvetica,sans-serif;
	line-height: 180%; 
	font-style: normal; 
	font-size:12px; 
	color:#232a38; 
	text-decoration: none;
}
table {
	table-layout: auto;
	word-wrap:break-word;
	border:0px;
	border-collapse:collapse;
}
div {
	word-wrap:break-word;
}
img{
	border:0px;
	vertical-align:top;
}
a {
	color:#2A3B55; 
	text-decoration : none;
	cursor:pointer;
}
a:hover {
	color:#2A3B55; 
	text-decoration : underline;
}
ul{
	list-style :none;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-position:outside;
}
form {
	padding:0px;
	margin:0px;
}
p{
	text-indent:0em;
	margin:0px;
	margin-top:7px;
}
input, select, textarea {
	border: 1px solid #808080;
}
label{
	cursor:pointer;
}
.red_font{
	color:red;
}
.bold_font{
	font-weight:bold;
}
.yellow_font{
	color:#eaf806;
}
.blue_font{
	color:#1348fb;
}
.normal_weight{
	font-weight:normal;
}
.underline_font{
	text-decoration:underline;
}
.wrap{
	word-break:break-all;
	overflow:hidden;
}
.radio{
	border:0px;
}