/* -------------------------non link styles ------------------------*/

.text {
	font-family: Arial;
	font-size: 11px;
	color: #363636;
	text-decoration: none;
}
.textc {
	font-family: Arial;
	font-size: 12px;
	color: #363636;
	text-decoration: none;
}
.textbold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #565e56;
	text-decoration: none;
}
.textboldc {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #565e56;
	text-decoration: none;
}
.textwhite {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.textwhitec {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.textbold12 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #701047;
	text-decoration: none;
}
.textbold12c {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #701047;
	text-decoration: none;
}
.navtext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.navtextc {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.greytextbold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #869686;
}
.greytextboldc {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #869686;
}
.greytext {
	font-family: Arial;
	font-size: 11px;
	color: #869686;
	text-decoration: none;
}
.greytextc {
	font-family: Arial;
	font-size: 12px;
	color: #869686;
	text-decoration: none;
}
.copyrighttext {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
.copyrighttextc {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
.footertext {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.footertextc {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.divider {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #dc82ba;
}
/* ------ main background image -----*/
.mainbg {
background-image:url(../image/bg.jpg);
background-position:center;
}

/* ------------------------- link styles ------------------------*/
/* ------ top links ----*/
a.navlink:link {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.navlink:visited {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.navlink:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ffe100;
	text-decoration: none;
}
a.navlink:active {
	font-family: Arial;
	font-size: 11px;
	color: #ffe100;
	text-decoration: none;
}
a.navlinkc:link {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.navlinkc:visited {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.navlinkc:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ffe100;
	text-decoration: none;
}
a.navlinkc:active {
	font-family: Arial;
	font-size: 12px;
	color: #ffe100;
	text-decoration: none;
}
/* --- footer links ---*/
a.footerlink:link {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.footerlink:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.footerlink:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.footerlink:active {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.footerlinkc:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.footerlinkc:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.footerlinkc:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.footerlinkc:active {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
/* --- links ---*/
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #bd3e84;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #bd3e84;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #701047;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #701047;
	text-decoration: underline;
}
a.c:link {
	font-family: Arial;
	font-size: 12px;
	color: #bd3e84;
	text-decoration: underline;
}
a.c:visited {
	font-family: Arial;
	font-size: 12px;
	color: #bd3e84;
	text-decoration: underline;
}
a.c:hover {
	font-family: Arial;
	font-size: 12px;
	color: #701047;
	text-decoration: underline;
}
a.c:active {
	font-family: Arial;
	font-size: 12px;
	color: #701047;
	text-decoration: underline;
}
/* --- bold12 links ---*/
a.bold12link:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #bd3e84;
	text-decoration: underline;
}
a.bold12link:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #bd3e84;
	text-decoration: underline;
}
a.bold12link:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #701047;
	text-decoration: underline;
}
a.bold12link:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #701047;
	text-decoration: underline;
}
a.bold12linkc:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #bd3e84;
	text-decoration: underline;
}
a.bold12linkc:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #bd3e84;
	text-decoration: underline;
}
a.bold12linkc:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #701047;
	text-decoration: underline;
}
a.bold12linkc:active {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #701047;
	text-decoration: underline;
}
/* --- faqlinks ---*/
a.faqlink:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #bd3e84;
	text-decoration: underline;
}
a.faqlink:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #bd3e84;
	text-decoration: underline;
}
a.faqlink:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #701047;
	text-decoration: underline;
}
a.faqlink:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #701047;
	text-decoration: underline;
}
a.faqlinkc:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #bd3e84;
	text-decoration: underline;
}
a.faqlinkc:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #bd3e84;
	text-decoration: underline;
}
a.faqlinkc:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #701047;
	text-decoration: underline;
}
a.faqlinkc:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #701047;
	text-decoration: underline;
}
/* --- copyrightlinks ---*/
a.clink:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.clink:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.clink:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.clink:active {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.clinkc:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.clinkc:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.clinkc:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.clinkc:active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}