body {
	margin-top: 0px;
	background-color: #F9D058;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

.table-main {
	width: 800px;
}
.table-inner {
	margin-left: 25px;
}

.txt-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.txt-yellow {
	font-family: Arial, Helvetica, sans-serif;
	color: #F9D158;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 16px;
}
.txt-red {
	color: #BE3F33;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.txt-red-plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE3F33;
}
.txt-tiny {
	font-size: 11px;
	padding-top: 7px;
}





.table-header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 333px;
	width: 800px;
}
.table-form {
	background-color: #F9D158;
	width: 600px;
	height: 400px;
}

.div-header {
	width: 495px;
	text-align: left;
	margin-top: 200px;
}
.div-button {
	width: 65px;
	margin-left: 150px;
}

.image-book-left {
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 30px;
}
.image-book-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.image-order {
	margin-right: 10px;
	margin-bottom: 10px;
}
.image-tips {
	margin-top: -8px;
}
.image-click {
	float: left;
	padding-right: 5px;
	padding-bottom: 90px;
}





/* JAVASCRIPT ROUNDED CORNERS */ 
.rounded {
	width: 790px;
	background-color: #45629D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9D158;
	margin-top: 8pt;
	margin-bottom: 8pt;
	margin-left: 0px;
}
.rounded2 {
	width: 500px;
	background-color: #FFFF98;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0pt;
	margin-bottom: 8pt;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.ul-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: -10px;
}
.li-yellow {
	margin-right: 15px;
}

.ul-yellow {
	color: #F9D158;
	font-size: 16px;
	margin-right: 10px;
}
.ul-red {
	color: #BE3F33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.li-tips {
	margin-top: -15px;
}


a:link {
	color: #5875AD;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #5875AD;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
a.yellow:link {
	color: #F9D158;
	text-decoration: underline;
}
a.yellow:visited {
	text-decoration: none;
	color: #F9D158;
}
a.yellow:hover {
	text-decoration: none;
	color: #666666;
}
a.yellow:active {
	text-decoration: none;
}
