/* Main stylesheet for PhillipDenne.com, Guilden.com */
/* (c) Lucy Connelly 2003 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*******************************************************************************
	Font 
*******************************************************************************/

h1, h2, h3, p, td, li
	{
	font-family:		Helvetica, "Swiss 721", Arial, sans-serif;
	}


/*******************************************************************************
	Headings 
*******************************************************************************/

h1
	{
	color:				#000066; /* Dark blue */
	font-size:			14pt;
	font-weight:		bold;
	}

h2
	{
	color:				#000066; /* Dark blue */
	font-size:			12pt;
	font-weight:		bold;
	}

h3
	{
	color:				#000066; /* Dark blue */
	font-size:			11pt;
	font-weight:		bold;
	}


/*******************************************************************************
	Main text 
*******************************************************************************/

p, td, li
	{
	font-size:			10pt;
	color:				black;
	}


/*******************************************************************************
	Links 
*******************************************************************************/

a { font-weight: bold; }

a:active
	{
	text-decoration:	underline;
	color:				#990000;
	}

a:link
	{
	text-decoration:	none;
	color:				#000066;
	}

a:visited
	{
	text-decoration:	none;
	color:				#660099;
	}

/* a:hover must come after a:link and a:visited in order to override them. */

a:hover
	{
	text-decoration:	underline;
	}

/*******************************************************************************
	Tables 
*******************************************************************************/

/* Turn all table and table cell borders off. Only turn them on for specific instances of table cell. */
	
table
	{
	border-width:		0px;
	}

td
	{
	border-width:		0px;
	}
	
.background1
	{
	background-image:	url(../GRAPHICS/header/header_r5_bg.jpg);
	}
