body {
	background-color : #dbe0e1;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* Main table */
.frame {
	background-color : #fff;
	border-style: solid;
	border-width: 2px;
}

.buzz_add {
	background-color: #f0f0f0;
}

/* Forms - Search */
.search {
	background-color: #f1f1f1;
	border-color: #808080;
	border-width: 1;
	color: #808080;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;	
}

/* Table content */
.txt_main {
	color: #5b5b51;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

.txt_head {
	color: #9a1e1d;;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

.txt_headmini {
	color: #9a1e1d;;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

/* Comment */
.txt_commemt {
	color: #9a1e1d;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

/* FAQ */
.faq_no {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

.faq_answer {
	color: #9a1e1d;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

/* Navi */
.navi_bg {
	background-color: #b3b3ae;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.navi .navi a:link, .navi a:active, .navi a:link, .navi a:visited {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #5b5b51;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.navi a:hover {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

/* Navi Language*/
.navi2 .navi2 a:link, .navi2 a:active, .navi2 a:link, .navi2 a:visited {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.navi2 a:hover {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

.navi2_txt {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


/* Link */
a:link, a:active, a:visited {
	color: #5b5b51;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #5b5b51;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}





