/* CSS Document */

body {
	background-color: EEEEE4;
	background-image:    url(../../wip/honto/assets/images/bg-page.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
}
.menuText {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.ColumnLeft {
	padding-top: 62px;
	padding-left: 30px;
	padding-right: 10px;
}
.ColumnRight {
	padding-top: 55px;
	padding-left: 45px;
	padding-right: 30px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
p {
	padding-right: 35px; !important
}
.greyText {
	color: #AAAAAA;
}
a {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.Right {
	float: right;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-bottom: 7px;
	margin-left: 7px;


}
.Left {
	float: left;
	padding-bottom: 5px;
	margin-bottom: 7px;
	margin-right: 7px;
	padding-right: 7px;


}
.smallText {
	font-size: 10px;
}
#noDecoration {
	text-decoration: none;
}
.highlighttext {
	color: #A61111;
}

