/*
 *	Core stylesheet containing generic 
 *	style definitions for mynewbaby.co.uk
 *
 *	Copyright (c) David Scourfield 2006
 *
 */

*
	{
		margin: 0px;
		padding: 0px;
	}

P
{
margin: 16px 0px 16px 0px;
}

LABEL 
	{
		cursor: pointer;
		font-weight: bold;
	}

INPUT[type="radio"] 
	{
		cursor: pointer;
	}

LEGEND 
	{
		text-indent: 0px;
	}


#titleholder 
	{
		text-align: center; 
		margin-top: 12px; 
		padding: 0px; 
		background: #FF9;
		border-top: 2px #000 solid;
		border-bottom: 2px #000 solid;
	}

#contentholder 
	{
		margin: 16px 4px 16px 4px;
	}


H2
{
font-family: Arial, sans-serif;
font-size: 14pt;
color: #900;
margin: 8px 0px 8px 0px;
}

DIV#smallprint
	{
		font-size: 8pt;
		color: #666666; 
		padding: 32px 0px 8px 0px; 
		text-align: center;
	}

DIV#smallprint A:link
	{
		text-decoration: none;
		color: #009;
	}

DIV#smallprint A:visited
	{
		text-decoration: none;
		color: #903;
	}

DIV#smallprint A:hover, DIV#smallprint A:active
	{
		text-decoration: underline;
	}
