/* body text */
.body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	text-decoration : none;
	color: #333333;
}

/* body text - SMALLER */
.bodysm {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	text-decoration : none;
	color: #333333;
}

/* universal links */
.bodylink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	text-decoration : underline;
	color: #000080;
}

A:LINK.bodylink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: ##000080;
	font-weight: normal;
	text-decoration : underline;
}

A:VISITED.bodylink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #800080;
	font-weight: normal;
	text-decoration : underline;
}

A:HOVER.bodylink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #006699;
	font-weight: normal;
	text-decoration : none;
}

/* universal links - SMALLER text */
.bodylinksm {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	text-decoration : underline;
	color: #000080;
}

A:LINK.bodylinksm {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: ##000080;
	font-weight: normal;
	text-decoration : underline;
}

A:VISITED.bodylinksm {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #800080;
	font-weight: normal;
	text-decoration : underline;
}

A:HOVER.bodylinksm {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #006699;
	font-weight: normal;
	text-decoration : none;
}

.bodytext1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #800080;
}

.bodytext2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

/* navigation button links */
.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration : none;
	color: #FFFFFF;
}

A:LINK.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}

A:VISITED.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}

A:HOVER.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFCC99;
	font-weight: bold;
	text-decoration : underline;
}

/* navigation button links - YELLOW*/
.buttonyel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration : none;
	color: #FFFF66;
}

A:LINK.buttonyel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFF66;
	font-weight: bold;
	text-decoration : none;
}

A:VISITED.buttonyel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFF66;
	font-weight: bold;
	text-decoration : none;
}

A:HOVER.buttonyel {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFCC99;
	font-weight: bold;
	text-decoration : underline;
}

/* TAG text */
.tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	font-style: none;
}


/* MAHALO text */
.mahalo {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #800080;
	font-weight: bold;
	font-style: italic;
}

/* MAHALO text */
.mahalosm {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #800080;
	font-weight: bold;
	font-style: italic;
}


/* text in error for FORM */
.body14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990066;
	font-weight: bold;
	font-style: none;
}
.background {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
