body {
	margin: 0px 0px 0px 0px;
	/*background-color: #B1D5FB;*/
}

P, div, td {
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size : 10pt;
	color : #000000;
	vertical-align: top;
}

.teal {
	color : #4F818F;
}

.blue {
	color : #00438C;
}

.red {
	color: #FF0000;
}

.ltred {
	color : #C5667B;
}

.ltteal {
	color : #92B1A1;
}

.green {
	color : #456D58;
}

.vividteal {
	color : #008A77;
}

.darkgreen {
	color : #00584A;
}

.brown {
	color : #875522;
}

.hotpink {
	color : #EC008C;
}

.darkpink {
 	color : #C73152;
} 

.purple {
 	color : #814890;
}

.white {
	color: #EEEEEE;
}

.black {
	color : #000000;
}

.burgundy {
	color : #802833;
}

.orange {
	color : #F38C25;
}

.tiny {
	font-size : 7pt;
	line-height : 9pt;
	color: #6181B2;
	font-family : Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

.tiny2 {
	font-size : 7pt;
	line-height : 9pt;
	color: #B1D5FB;
	font-family : Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

h1 {
	font-size: 14pt;
	font-family : Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color: #00438C;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: normal;
}

h3, h3 a:link, h3 a:visited {
	font-size: 12pt;
	font-family : Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color: #9E0039;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: normal;
}

h3 a:link, h3 a:visited {
	text-decoration: underline;
}

.footer {
	color : #000080;
	font-size : 9pt;
}

.strike {
	text-decoration: line-through;
}

.smallCaps {
	font-variant: small-caps;
}

.verse {
	font-family : Times New Roman,Times,Serif;
	font-size : 12pt;
	color : #0052C2;
}

.comicsans {
	font-family : 'Comic Sans MS', 'Dom Casual';
	font-size : 10pt;
}

.small {
	font-size : 9pt;
	line-height : 11pt;
}


HR {
	color : #346BA6;
}

A:Link {
	color: #6181B2;
	text-decoration : none;
}

A:VISITED {
	color: #6181B2;
	text-decoration : none;
}

A:Hover, A:Hover.purple {
	color: #00438C;
	text-decoration : underline;
	}
	

A:Link.purple, A:VISITED.purple {
	color: #814890;
	text-decoration : underline;
}



/* Following is for AngusTurnbull's ListSpinner on the Concerts page*/
.listspinnerconcerts {
 list-style: none;
 padding: 0;
 background-image: url(http://www.sandycove.org/images/concertscenic.jpg);
 width: 225px;
 height: 328px;
 text-align: center;
}

.listspinnerconcerts li {
 font-family : Georgia,'Times New Roman',Times,serif;
 font-variant: small-caps;
 font-weight: bold;
 padding-top: 30px;
}

* html .listspinnerconcerts li {
 background-image: url(http://www.sandycove.org/images/concertscenic.jpg);
}

#recaptcha_image {
	background: transparent;
}

input, textarea {
	color: #00438C;
}