@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f8f8f8;
}
body,td,th,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #6f2846;
	text-decoration: none;
}
a:visited {
	color: #6f2846;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #6f2846;
	text-decoration: none;
}
a.sub:link {
	color: #666666;
	text-decoration: none;
}
a.sub:visited {
	color: #666666;
	text-decoration: none;
}
a.sub:hover {
	color: #6f2846;
	text-decoration: underline;
}
a.sub:active {
	color: #666666;
	text-decoration: none;
}
img {
	border:none;
}
form {
	margin:0px;
}
ul,ol {
	margin:0px;
	margin-left:25px;
}
hr{
	height:1px;
	color:#666666;
}
fieldset{
	border:1px solid #666666;
	padding:10px;
}
legend{
	font-size:15px;
	font-weight:bold;
	color:#333333;
}