@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.gif);
	margin: 0;
}
body,td,th {
	color: #333333;
	font: 15px/25px Arial, Helvetica, sans-serif;
	text-align:center;
}
a:link {
	color: #669900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #336633;
}
a:hover {
	text-decoration: none;
	color: #2F9DB9;
}
a:active {
	text-decoration: underline;
	color: #2F9DB9;
}
fieldset{
	width:80%;
	text-align:justify;
	border:dashed 1px #339999;
	margin-bottom:20px;
	padding:20px;
	}
.t1 {
	font-size: 15px;
	font-weight: bold;
	background: #FFFFFF;
	padding-left:50px;
}
.t2 {
	font-size: 13px;
	text-align:left;
	vertical-align:top;
}
img{border:0}