p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.hometext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.plaintext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}


.grayhead {font-family:Arial,sans-serif;
		   font-size:18px;
		   font-weight:bold;
		   color:rgb(102,102,102);
}

.artistname { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #61745f;
}

.artistname2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #f1f1f1;
}

.artistname3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#A69B26;
}

.artistname_red { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #993300;
}

.artistname5 { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #9999cc;
}

.artistname_white { font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}


/* might want to experiment with different list-style-types */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.srchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin:0px;
	padding:2px;
	width:80px;
}

.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:rgb(255,255,255);
}

.searchterm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:rgb(0,0,0);
}

.size3bold {
	font-family:Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
}

.size2bold {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
}


.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;

}

/*these boxes could be handy*/
.box1 {
	padding: 3px;
	border: 1px solid #CCCCCC;

}

.box2 {
	padding: 7px;
	border: 2px solid #61745f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

hr {color:#003366;margin:0px;padding:2px;}

/*these colors from one of the standard style sheets seem to match what is already in use on the home page? */

.softnavy {
	color: #003366;
}

.softtan {
	color: #DEDECA;
}

.softteal {
	color: #99CCCC;
}

.bold_red { font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
}

/* from that same standard style sheet: two big headings are bright yellow, 
   next two headings are very soft yellow*/

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

/*these two headings are a pastel blue*/

h5, h6 {
	color: #6699CC;
}

a { font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

a:hover { font-family: Arial, Helvetica, sans-serif;
		  color: #993300;
}

.expanded_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	color: #993300;

}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	color: #61745f;

}

.navyheader {
	font-family: Arial,sans-serif;
	font-size: 18px;
	color: #003366;

}

/*might want to switch this for left or right justified*/
.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

