/* CSS Document */

/* 
****************************************************
Authoured by James Star 19/11/2006
Email: james@max-gen.com

WWW.MAX-GEN.COM

Designed for the Te Kainga web site // links
****************************************************
*/

/* general font styles */

A:link {
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
}

A:visited {
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
}

A:hover {
	color:#ffffff;
	text-decoration: underline;
	font-size:11px;
}

A:active {
	color:#ffffff;
	text-decoration: underline;
	font-size:11px;
}

/***********************************************/

/* other page styles */

.black {
	color:#000000;
}

.yellow {
	color:#ffcb03;
}

p {
	margin:0px;
	line-height:16px;
}

h1 {
	margin:0px;;
	font-weight:normal;
	font-size:30px;
}

.mediumFontSize {
	font-size:18px;
}

#emailLink {
	font-size:11px;
	color:#ffcb03;
	text-decoration: none;
}

#emailLink A:link {
	font-size:11px;
	color:#ffcb03;
	text-decoration: none;
}

#emailLink A:hover {
	font-size:11px;
	color:#ffcb03;
	text-decoration: underline;
}

#navLink {
	font-size:11px;
	color:#78a32e;
	text-decoration: none;
}

#navLink A:link {
	font-size:11px;
	color:#78a32e;
	text-decoration: none;
}

#navLink A:hover {
	font-size:11px;
	color:#000000;
	text-decoration: underline;
}

/***********************************************/