.html, body {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
}
a:hover {
	color: #D14269;
	text-decoration: underline;
}
.font-gray-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.font-black-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.font-black-13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.font-orange-13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FF6600;
}
.font-blue-13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #254CAA;
	line-height: 18px;
	text-decoration: none;
}
.dotline-1 {
	background-image: url(../images/com-dotline-1.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.key-L {
	color: #F9CA7B;
	text-decoration: none;
}
.key-L:hover {
	color: #F9CA7B;
}
.key-C {
	color: #FFFFFF;
	text-decoration: none;
}
.key-C:hover {
	color: #FFFFFF;
}