/* -------------------------------------------------------------------------- */
/*	font-family: Times New Roman, Roman, Verdana, Helveltica, Sans Serif, Sans; */

/* ****** General ***** */

/*
	background-color: #009999;
	color: #ffffff;
*/

body{
	font-family: Verdana, Helveltica, Sans Serif, Sans;
	padding: 5pt 5pt 5pt 5pt;
	background-color: #4a526c;
	color: #ffffff;
	font-size: 10pt;
}

a{
	text-decoration: none;
	color: #ffff84;
}
a:hover{
	text-decoration: underline;
}

/* ****** Main Page ***** */

a.mainLink{
	font-size: 14pt;
	text-decoration: none;
	color: white;
}

a:hover.mainLink{
	text-decoration: underline;
}

.navRow{
	font-size: 10pt;
	color: white;
	font-weight: bold;
}
a.navLink{
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
	color: white;
}
a.navLink:hover{
	text-decoration: underline;
}

.mainPageBanner{
	font-variant: small-caps;
	font-size: 36pt;
	color: white;
}

#mainPageDescText{
	font-size: 12pt;
	color: black;
	font-weight: bold;
}

#mainHiddenText{
	color: 4a526c;
	font-weight: bold;
}

/* ******  Nav Section ***** */

.topBannerText{
	font-variant: small-caps;
	font-size: 22pt;
	color: white;
	font-weight: bold;
}
.copyRightText{
	font-size: 8pt;
	color: white;
}
.pageHeader{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14pt;
	color: white;
}


/* ****** Gallery Section ***** */

.noteText{
	font-size: 8pt;
}
.galLinks{
	font-size: 9pt;
	color: black;
}
.pieceName{
	font-size: 12pt;
}
.pieceDesc{
	font-size: 9pt;
}