@charset "utf-8";
body,td,th {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #CC9419;
}
#notice {
	background-color: #CC9419;
	border: 2px solid #FFFFFF;
}
#notice td {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#content td {
	color: #99001C;
	font-size: 12px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}


#notice a {
	color: #FAEDB8;
}

body {
	background-image: url(images/bgLine.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #CC9419;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9419;
}
a:hover {
	text-decoration: underline;
	color: #99001C;
}
a:active {
	text-decoration: none;
	color: #99001C;
}
