/* CSS Document */

body {
	background-color:#ffffff;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu {
	background-color: #F28500;
	padding: 0px;
	margin: 0px;
}


a:link {
	color: #444444;
}
a:hover{
	color: #B76116;
}
a:visited{
	color: #444444;
}
a:active{
	color: #000000;
}


.textPage {
	background-color: #F2F2F2;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #A9A9A9;
	vertical-align: top;
}
.menu a:link, .menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
td {
	vertical-align: top;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.leftColumn {
	background-image: none;
	background-repeat: no-repeat;
	color: #666666;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.subheading {
	font-weight: bold;
	color: #8cb9ca;
}
.smallHeader {
	font-size: 11px;
	font-weight: bold;
}
.packagesOrange {
	font-size: 10px;
	color: #FAA92E;
	line-height: 160%;
	padding-left: 14px;
	margin-left: auto;
}
.smallerText {
	font-size: 10px;
}

li.smallerText{
	font-size: 10px;
}
h1 {
	font-size: 15px;
	color: #919191;
}
ul {
	list-style-type: square;
}
.textPageJap {

	background-color: #F2F2F2;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	vertical-align: top;
}
