/* COMMON */

BODY {
scrollbar-base-color: #CCCCCC;
    scrollbar-arrow-color: #666666;
color: #666666;

}

P {
	margin-top: 0px;
	margin-bottom: 9px;
}

h1 {
	font-family: verdana, arial, MS ƒSƒVƒbƒN, osaka, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

A:link {
color: #666666;
	text-decoration: underline;
}
A:visited {
color: #666666;
	text-decoration: underline;
}
A:hover {
color: #5e667b;
	text-decoration: underline;
}
A:active {
color: #666666;
	text-decoration: underline;
}

/* FONT COLOR */

.fix_large { }
.fix_middle { }
.fix_middle_2 { }
.fix_middle_3 { }
.fix_small { }
.fix_small_2 {}
.fix_small_3 { }
.val_middle { }
.val_middle_2 { }
.val_small { }

.bgc{
background-image:url(../../images/bgc.gif);
background-repeat:no-repeat;
background-position: right bottom;
}

.errMsg{
	height: 200px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	padding-top:60px;
	color:#b90b34;
}
.nextGuest {
	font-weight: bolder;
	margin: 7px 3px 0 3px;
	padding: 3px 3px 0 3px;
	width: 580px;
	border-top: 1px dotted #999999;
	float: left;
}
.btnRight{
	float:right;
}
