.stylesheet {
	font-family: tahoma;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.page_name {
	font-family: tahoma;
	font-size: 14px;
	color: #DA1687;
	text-decoration: none;
    text-align: left;
	font-style: normal;
	font-weight: bold;
}
.prod_title {
	font-family: tahoma;
	font-size: 13px;
	color: #DA1687;
	text-decoration: none;
    text-align: left;
	font-style: normal;
	font-weight: bold;
}
.prod_text {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: none;
    text-align: left;
	font-style: normal;
}
.contact_text{
	font-family: tahoma;
	font-size: 11px;
	color: #003366;
	line-height: 22px;
	text-decoration: none;
    text-align: left;
	font-style: normal;
}
.contact_text2{
	font-family: tahoma;
	font-size: 11px;
	color: #003366;
	line-height: 22px;
	text-decoration: none;
    text-align: right;
	font-style: normal;
}
.faq {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.faq_text{
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-style: normal;
	background-attachment: fixed;
	text-align: left;
	background-color: #f3f3f3;
}
.form_text{
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	font-style: normal;
	text-align: left;
	background-color: #FCE2F1;
}
 #navcontainer {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer ul
{
margin-left: 10px;
padding-left: 0;
list-style-type: none;
font-family: Tahoma;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 100%;
	background-color: #A7C1C8;
	border-bottom: 1px dotted #E8EEF0;
	color: #003366;
}

#navcontainer a:link, #navlist a:visited
{
color: #003366;;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #107390;
color: #FFF;
}

