@charset "utf-8";
/* CSS Document */
html {
overflow-y:scroll;
}
body {
	background-image: url(images/bg.png);
	margin-top:24px;
}
body td,th,text,textarea,select,button,submit,reset,password {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333
}
body a {
	text-decoration:none;
	color:#00C;
}
body a:hover {
	text-decoration:underline;
	color:#00C;
}
.main_table {
	background:#FFF;
}
.thumbs {
	padding: 8px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #790102;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #1A68B3;
	line-height: 24px
}
.reverse {
	color:#FFF;
}
.reverse a {
	text-decoration:none;
	color:#6FF
}
.reverse a:hover {
	text-decoration:underline;
	color:6FF
}
.spc20 {
	line-height: 20px
}
.spc48 {
	line-height: 38px
}
