﻿/**/
.home_content
{
	padding: 10px 10px 10px 10px;
}
.home_content_heading 
{
	font-size: 14px;
	font-weight: bold;
	color: #672584;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	/*font-family: Georgia, Serif;*/
}
.home_content_sub_heading 
{
	font-size: 12px;
	font-weight: bold;
	color: #f79832;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	/*font-family: Georgia, Serif;*/
}
.home_content_body 
{
	font-size: 12px;
	font-weight: normal;
	color: #8d8d8d;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
}
.home_content_body p 
{
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	font-family: Verdana, Arial, Sans-Serif;
}
.home_content_ul_disc 
{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 6px;
	padding: 0px 0px 0px 20px;
}
.home_content_ol_decimal 
{
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 6px;
	padding: 0px 0px 0px 20px;
}
.home_content_ul_circle 
{
	list-style-type: circle;
	margin-left: 20px;
	margin-bottom: 6px;
	padding: 0px 0px 0px 20px;
}
.home_content_ul_square 
{
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 6px;
	padding: 0px 0px 0px 20px;
}
.home_content_pricing_table
{
	width: 413px;
	text-align: center;
}
.home_content_pricing_table_header_cell
{
	width: 198px;
	background-color: #FFCC66;
}
.home_content_pricing_table_cell 
{
	width: 198px;
	background-color: white;
}	
.home_content_pricing_table_alt_cell 
{
	width: 198px;
	background-color: #FEEDCB;
}	
.home_content_link 
{
	font-size: 14px;
	font-weight: normal;
	color: #56007A;
}
.home_content_link_active
{
	font-size: 14px;
	font-weight: bold;
	color: #990033;
}

.home_content_text_1
{
	font-size:14px;
	color:#672584;
	font-weight:bold;
}

.home_content_text_2
{
	font-size:12px;
	color:#f79832;
	font-weight:bold;
}

.home_content_text_3
{
	color:#f79832;
	font-weight:bold;
}

.home_content_small_text_1
{
	font-size: 10px;
	font-weight: normal;
	color: #8d8d8d;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
}

.product
{
	width:442px;
	margin:0 auto;
	/*padding-top:30px;*/
}

.product
{
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.product ul
{
	margin-top:0px;
}

.learn-more
{
	font-size:11px;
	color:#861f52;
	font-weight:bold;
}

.learn-more a
{
	font-size:11px;
	color:#861f52;
	font-weight:bold;
	text-decoration:none;
}

.learn-more a:hover
{
	color:#861f52;
}


