/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pages/bg-page-link.jpg);
    font-family: Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-weight: bold;
	font-size: 12px;
}

/* START GENERAL LINK PROPERTIES */
a:link {
 color: #FF9900;
 font-style: normal;
}

a:visited {
 color: #999999;
 font-style: normal;
}

a:hover {
 color: #ffcc99;
}
/* END GENERAL LINK PROPERTIES */

/* START HEADING */
h1 {
	font-weight: bold;
	font-size: 24px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
}
/* END HEADING */

/* START LEFT MENU */
.lf {
    padding-left: 10px;
}
.lf a:link {
    padding-left: 0px;
	text-decoration: none;
}
.lf a:visited {
    padding-left: 0px;
	text-decoration: none;
}
.lf a:hover {
    padding-left: 2px;
	text-decoration: none;
}

/* END LEFT MENU */
/* START SUB LEFT MENU */
.lfsub {
    padding-left: 40px;
}
.lfsub a:link {
    padding-left: 0px;
	text-decoration: none;
}
.lfsub a:visited {
    padding-left: 0px;
	text-decoration: none;
}
.lfsub a:hover {
    padding-left: 5px;
	text-decoration: none;
}

/* END SUB LEFT MENU */

/* START DISPALY PRODUCT */
.title {
    font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	font-weight: bold;
	font-size: 12px;
}
.description {
    font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}
/* START DISPALY PRODUCT */
/* START LIST BIO */
.biolist {
    padding-top: 5px;
    padding-left: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #535353;
	
}
/* END LIST BIO */

/* START COUNTRY */
.country {
    padding-top: 5px;
    padding-left: 0px;
	padding-bottom: 5px;
    color: #ffffff;
	
}
/* END COUNTRY */
/* START FOOTER */
.footer {
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
	/* background-color:#656363; */
}

.copyright {
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	font-weight: normal;
	line-height: 20px;
	font-size: 11px;
	/* background-color:#656363; */
}
/* END FOOTER */