body{
	margin:0;
	padding:0;
	background-image: url(../common/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

h1{
	font-size:12px;
	color:#333333;
	font-weight:normal;
	padding-top: 16px;
	padding-left: 10px;
}

table td{
vertical-align:top;
text-align:left;
}

a:link{
	color:#013c93;
	text-decoration:none;
}

a:visited{
	color:#013c93;
	text-decoration:none;
}

a:hover{
	color:#013c93;
	text-decoration:underline;
}

a:active{
	color:#013c93;
	text-decoration:underline;
}

li{
list-style:none;
}