@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #333333;
	background-image: url(../images/bg1.jpg);
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #3333FF;
}
a:hover {
	color: #FF00FF;
}.container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333333;
	background-color: #FFFFFF;
}
.textBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-left: 5px;
}
.textBoxNoBorder {
	padding-left: 5px;
}
