/* ------------------------ General links ------------------------- */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:active {
	color: #FFFFFF;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

/* ------------------------ headings ------------------------- */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #14a17f;
	padding: 0px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #14a17f;
	font-weight: bold;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #14a17f;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* ------------------------ leftmenutext ------------------------- */
.leftmenutext{
	font-family: verdana;
	font-size: 8px;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
	}
	
.leftmenutext a:link{
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;}
.leftmenutext a:visited{
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}
.leftmenutext a:hover{
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline;
}

.leftmenutext a:active{
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
	font-size: 9px;
}

/* ------------------------ largeheading ------------------------- */
.largeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
}
/* ------------------------ mediumheading ------------------------- */
.mediumheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #14a17f;
	text-decoration: none;
	font-weight: bold;
}
.mediumheading a:link{color: #14a17f; text-decoration: none;}
.mediumheading a:visited{color: #14a17f;}
.mediumheading a:hover{color: #14a17f; text-decoration: none;}
.mediumheading a:active{color: #14a17f;}

/* ------------------------ heading ------------------------- */
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
.heading a:visited{color: #ffffff; text-decoration: none;}
.heading a:hover{color: #ffffff;}
.heading a:active{color: #ffffff;}




/* ------------------------ medium ------------------------- */

.medium {
	font-family: "Gill Sans";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.medium a:link{
	color: #000000;
	text-decoration: underline;
}
.medium a:visited{color: #000000;}
.medium a:hover{color: #000000;}
.medium a:active{
	color: #000000;
}

/* ------------------------ mediumhome ------------------------- */
.mediumhome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #14a17f;
	text-decoration: none;
	font-weight: bold;
}
.mediumhome a:link{color: #14a17f; text-decoration: none;}
.mediumhome a:visited{color: #14a17f;}
.mediumhome a:hover{color: #14a17f;}
.mediumhome a:active{color: #14a17f;}

/* ------------------------ Small ------------------------- */

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
}
.small a:link{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
.small a:visited {
	color: #000000;
	text-decoration: none;
}
.small a:hover {
	color: #000000;
	text-decoration: underline;
}
.small a:active {
	color: #000000;
}
/* ------------------------ micro ------------------------- */
.micro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 10px;
}
.micro a:link{
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}
.micro a:visited {
	color: #999999;
	text-decoration: none;
}
.micro a:hover {
	color: #666666;
	text-decoration: underline;
}
.micro a:active {
	color: #999999;
}
/* ------------------------ microline ------------------------- */
.microline {
	font-size: 11px;
	;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}




/* ------------------------ Bullets ------------------------- */

li {list-style-type: circle;
	padding-left: 0px;
	margin-left: 10px;
	}
