a.email_hyperlink
{
	cursor: hand;
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.email_hyperlink:visited
{
	cursor: hand;
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.email_hyperlink:hover
{
	cursor: hand;
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.email_hyperlink:active
{
	cursor: hand;
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.footor_text
{
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.footor_small_text
{
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.border
{
	border: #A689A8;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

a.main_hyperlink
{
	cursor: hand;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7B426B;
	text-decoration: none;
}

a.main_hyperlink:visited
{
	cursor: hand;
	font-family:  Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7B426B;
	text-decoration: none;
}

a.main_hyperlink:hover
{
	cursor: hand;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7B426B;
	text-decoration: underline;
}

a.main_hyperlink:active
{
	cursor: hand;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7B426B;
	text-decoration: none;
}

.main_text
{
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #7B426B;
	text-decoration: none;
}

.heading
{
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.sub_heading
{
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

.text
{
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}

.sub_text
{
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}

/* START OF SCROLLING MOVIE */
.stepcarousel
{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 360px; /*Width of Carousel Viewer itself*/
	height: 85px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel
{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 90px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/* END OF SCROLLING MOVIE */

.button
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border: #CCCCCC;
	background-color: #EEEEEE;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 65px;
	height: 18px;
}

textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border: #CCCCCC;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 200px;
	height: 120px;
}

.input_box_medium
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border: #CCCCCC;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 150px;
	height: 18px;
}

.input_box_large
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border: #CCCCCC;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 200px;
	height: 18px;
}