/* CSS Document */
body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 10px;
	color: #333333;
	text-align:left;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	text-transform:uppercase;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.target {
	text-transform:uppercase;
	color: #000000;
	font-weight:bold;
}
#text {
	border-right: dashed #999999 1px;
	border-bottom: dashed #999999 1px;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	color:#000000;
	font-size: 12px;
	width:430px;
}
#text1 {
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	color:#000000;
	font-size: 14px;
	width:430px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	border-left: dashed #999999 1px;
	border-top: dashed #999999 1px;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
	font-weight:bold;
	width:430px;

}
