/***********************************************************/
/* Color key                                               */
/***********************************************************/
/* text: 808080
/* headers: 003366
/* TOC text: #696969
/* TOC hover background:


/***********************************************************/
/* Basic Styles                                            */
/***********************************************************/

BODY
{
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #1d5e93;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

TABLE, TD
	{
		font-size:11px;
	}
A:link	{	
	text-decoration:	none;
	color:	red;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	red;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	red;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	}
HR
{
	color: khaki;
	height:2px;
}
ul
{
list-style-image: url(Images/BordersnButtons/bullet.gif)
}


/***********************************************************************/
/* online donation form classes
/***********************************************************************/
table.section
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	width: 770px;
	border-bottom: gray 1px solid;
}
/***********************************************************************/
/* General classes
/***********************************************************************/
H1.PageTitle
{
	font-size: 12px;
	color: #1d5e93;
	text-align: center;
}
h2.pagesubtitle
{
	margin-top: 0px;
	font-weight: bold;
/*	color: #6495ed;*/
	padding-top: 0px;
	font-style: italic;
	text-align: center;
}
h2.donorgrid
{
	margin-bottom: 1px;
	padding-bottom: 1px;
}
Table.wholepage
{
	width:770;
	background-color:#ffffff;
}
Table.Coresection
{
	width:605;
}
td.contentarea
{
	padding-left: 15px;
	padding-right: 15px;
}


