@charset "ISO-8859-1";
body {
	background-color: #CBDCEF;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47618C;
	font-weight: normal;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.cursor{ cursor: pointer; cursor: hand; 
}a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4B638D;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6699CC;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b638d;
}
.heading_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47618C;
	font-weight: bold;
}
.center_images {
	text-align: center;
}
.heading_bold_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #47618C;
	font-weight: bold;
}
.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B00030;
	font-weight: normal;
	font-style: italic;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	text-decoration: underline;
}
.body_text_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.heading_bold_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47618C;
	font-weight: bold;
	text-align: center;
}

/* Purchase button */
#Table_01 a.large-button {
	background: transparent url('../images/g-button-square.png') no-repeat;
	width:225px;
	height:155px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding: 0 0 0 0;
	font-weight:bold;
	font-size:25px;
}

#Table_01 a.large-button.button-right {
	float:right;
	margin: 60px 160px 0 0;
}
#Table_01 a.large-button span.purchase {
	padding-top:15px;
	display:block;
}

#Table_01 a.large-button span.inc {
	font-size:14px;
	font-weight:normal;
	line-height:30px;
}
#Table_01 a.large-button span.price {
	font-size: 18px;
	font-weight:normal;
	line-height:30px;
}
#Table_01 a.large-button:hover {
	background-position: 0 -155px;
}