/* Stylesheet for Worcester City Mission */

/* Body Styles - most of these are inherited by other elements (but strangely not font-size)*/
body


{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	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;
}



/* Table Styles */
table
{
	font-size: 10pt;
}

tr.header
{
	background-color: #009933;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #ffff00;
}


tr.linkrow
{
	text-align: center;
}

tr.footer
{
	background-color: #009933;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color: #ffff00;
}



/* Generic Styles - these can be applied to any element */

.title

{
	font-weight: bold;
	color: #009933;
}

.sectionheading

{
	text-align: center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009933;
}

.strapline

{
/*	text-align: center; */
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #009933;
}

.specialpanel

{	background-color: #FFFFCC;
	text-align: center;
}