@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
}
h1 {
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:310px;
	font-size:16px;
	font-weight:bold;
	padding-left:23px;
	padding-top:2px;
}
p {
	width:310px;
	text-align:justify;
	line-height:21px;
}
.footer{
	padding-top:25px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
}
.footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.footer a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
td p{
	width:auto;
}