/* Ministry Systems CSS */

/*body 	{ background-color: ADD8E6 }*/

h1, h2, h3, h4, h5, h6
	{ font-family: "Veranda" }

p, a
	{ font: 12pt Veranda }

/*i
	{ font-family: "Veranda" }*/

/*td
	{ text-align: center }*/

/*a 
	{ text-decoration: none }*/

a:link    {color: #660000}
a:visited {color: #660000}
a:hover   {color: #C2073C}
a:active  {color: #660000}


/* ---TABLES--- */

table 	{ 
	border-color: #000000;
	width: 85% 
	}

/*table.paypal_setup
	{ width: 90% }*/

td 	{ 
	border-color: #000000;
	font: 12pt Veranda
	}



/* ---BULLET ITEMS--- */


p.list_label 
	{ font: bold italic 14pt Veranda } 
	/* header-labels: list  */


p.table 
	{ font: bold 13pt Veranda } 
	/*header-labels: tables  */

	
p.numbered 
	{ font: bold 12pt Veranda } 
	/*header-labels: numbered items  */

	
p.indent 
	{ margin-left:25px } 
	/* indented w/o bullets */

	
li.text 
	{ font: 12pt Veranda; color="#000000"; margin-bottom: 5px} 
	/* list item: text and bullet and number */

	
a.li 
	{ font: 12pt Veranda; color="#000000"}
	/* list item: hyperlink */

/* ---END--- */