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

.text {
	font-family: Arial;
	font-size: 11px;
	color: #363636;
	text-decoration: none;
}
.textbold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #565e56;
	text-decoration: none;
}
.navtext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.greytextbold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #869686;
}
.greytext {
	font-family: Arial;
	font-size: 11px;
	color: #869686;
	text-decoration: none;
}
.copyrighttext {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
.footertext {
	font-family: Verdana;
	font-size: 11px;
	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;
}

/* --- 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;
}
/* --- 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;
}

