/* start love king */
img,html,bgcolor,background,body {
-webkit-filter: grayscale(80%);
-moz-filter: grayscale(80%);
-ms-filter: grayscale(80%);
-o-filter: grayscale(80%);
filter: grayscale(80%);
filter: gray; /* IE 6-9 */
}

/* end love king */
body {
	background-color: #9C0;
	margin: 0px;
	border: 1px dashed #396;
	background-image: url(images/texture.jpg);

}

.rateTable {

	background-color: #FFF;

	border: medium groove #333;

	border-collapse: collapse;

	width: 400px;

}
.rateTable tr:hover{
	background-color:#9F3;
}



.tdTableRed {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 18px;

	line-height: 10px;

	color: #F00;

	font-weight: bold;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: solid;

	border-left-style: dashed;

	border-top-color: #000;

	border-right-color: #666;

	border-bottom-color: #000;

	border-left-color: #666;

}

.tdTableBlack {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 18px;

	line-height: 10px;

	color: #000;

	font-weight: bold;

	border-top-width: thin;

	border-right-width: thin;

	border-bottom-width: thin;

	border-left-width: thin;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: solid;

	border-left-style: dashed;

}

.boldBorder {

	border: medium groove #333;

	background-color: #CF0;

}



.tdTableGray {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 14px;

	line-height: 15px;

	color: #666;

	font-weight: normal;

	border: thin solid #000;

}

.font10 {

	font-family: Tahoma, Geneva, sans-serif;

	font-size: 12px;

}



#center {

	width: 40%;

	margin-right: auto;

	margin-left: auto;

}

.fontNotice {

	color: #F60;

	font-size: 22px;

}

.red {

	color: #F00;

}

.bold {

	font-weight: bold;

}



.pink {

	color: #F09;

}

.green {

	color: #9C0;

}

.white {

	color: #FFF;

}

a.white:hover {

	color: #F90;

}

.hrDashLine {
	border: thin dashed #666;
	width: 650px;
}
#h {
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition: all 0.5s ease-in-out 0.1s;
	-ms-transition: all 0.5s ease-in-out 0.1s;
	-o-transition: all 0.5s ease-in-out 0.1s;
	transition: all 0.5s ease-in-out 0.1s;
}
#h:hover {
	width: 100px;
	height: 100px;
}