/* Stylesheet for Old St Martin's Church, Worcester */

/* Body Styles - most of these are inherited by other elements (but strangely not font-size)*/
body


{
	background-color: #ffffff;

	color: #663399;
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	
	margin-top: 5px;
	margin-left: 10px;
}


/* Anchor Styles */
a
{
	text-decoration: underline;
	cursor: hand;
	color: #3300FF;
}
a:link, a:visited
{
	color: #993399;
}
a:hover, a:active
{
	color: #009900;
}

a.section
{
	font-size: 8pt;
	text-decoration: underline;
}

a.toplink
{
	text-decoration: underline;
	font-size: 8pt;
}	



/* Table Styles */
table
{
	font-size: 10pt;
}

table.centralpanel
{
	font-size: 8pt;
	text-align: center;
	width: 100%;
}

table.panel
{
	font-size: 8pt;
	text-align: left;
	width: 100%;
	color: #000000;
}

table.leftpanel
{
	font-size: 8pt;
	text-align: right;
	width: 100%;
	color: #000000;
}


tr.header
{
	background-color: #FFccFF;
	font-weight: bold;
	color: #3300CC;
}
tr.footer
{
	background-color: #FFccFF;
	font-size: 8pt;
	color: #3300CC;
}


td.panelcontent
{
	background-color: #ccffcc;
	
}

td.panel2content
{
	background-color: #99cccc;
	
}

td.panel3content
{
	background-color: #99ccff;
	
}

td.panel4content
{
	background-color: #ffcc99;
	
}

td.panel5content
{
	background-color: #cccccc;
	
}

td.panel6content
{
	background-color: #CCCCFF;
	
}

td.panel7content
{
	background-color: #CCFFFF;
	
}

td.panel8content
{
	background-color: #FFCCCC;
	
}

/* Generic Styles - these can be applied to any element */

.title

{
	background-color: #663399;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.title1

{
	background-color: #339966;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}


.title2

{
	background-color: #669999;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.title3

{
	background-color: #6699cc;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.title4

{
	background-color: #FF9900;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.title5

{
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}


.title6

{
	background-color: #9933CC;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.title7

{
	background-color: #3300cc;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.title8

{
	background-color: #ff0000;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.heading

{
	font-weight: bold;
	color: #663399;
}



