/* body text, title text, tag text styles */
.body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
}

.body1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
}


.gallery {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #333366;
}


.title {
	font-family : Times New Roman, Times, serif;
	font-size : 22px;
	font-weight: normal;
	color: #333366;
}

.subtitle {
	font-family : Times New Roman, Times, serif;
	font-size : 16px;
	font-weight: bold;
	color: #333366;
}



.tag {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
}

.tagtitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #333366;
	padding-right: 5px;
}



/* Links for Body */
.bodylink {
	font-weight: normal;
	color: #333366;
	text-decoration : underline;
}

A:LINK.bodylink {
	font-weight: normal;
	color: #333366;
	text-decoration : underline;
}

A:VISITED.bodylink {
	font-weight: normal;
	color: #333366;
	text-decoration : underline;
}

A:HOVER.bodylink {
	font-weight: normal;
	color: #009999;
	text-decoration : none;
}


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

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

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

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

/* Feather Trio back and Body font */
}.feathertrio {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	background-image: url(images/feathertrio_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

}.feathertrio_gallery {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	padding-right: 25px;
	background-image: url(images/feathertrio_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.border {
	border: 1px solid #333366;
}

/*NAVIGATION ROW - background color*/
.navigation {
	background-color : #009999;
	padding-left: 15px;
	background-image: url(images/feather_tip.gif);
	background-repeat: no-repeat;
	background-position: right;

}
