/* The stylesheets for general site text formatting */

BODY, P, TD, TH, DIV, BLOCKQUOTE, DL, UL, OL 
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;
}

A:link		
{
	color:blue;
	text-decoration:none;
}

A:visited	
{
	color:#000099;
	text-decoration:none;
}

A:hover		
{
	color:blue;
	text-decoration:underline;
}

/* Styles for layout stuff - NB- HTML CELLSPACING=0 and CELLPADDING=5 is still used, as this is poorly supported by browsers in CSS */

/* The Contacts system */
/* contacts table */
.contacts-table
{
	border-width:0px;
	margin:0px;
}

/* contacts heading line */
.contacts-header
{
	border-width:0px;
	margin:0px;
	color:white;
	background-color:#996633;
}

/* contacts content line */
.contacts-content
{
	border-width:0px;
	margin:0px;
	color:black;
	background-color:#ffcccc;
}


/* The diary system */
/* diary table */
.diary-table
{
	border-width:0px;
	margin:0px;
}

/* diary heading line */
.diary-header
{
	border-width:0px;
	margin:0px;
	color:white;
	background-color:green;
}

/* diary content line */
.diary-content
{
	border-width:0px;
	margin:0px;
	color:black;
	background-color:lightgreen;
}


/* The news system */
/* news table */
.news-table
{
	border-width:0px;
	margin:0px;
}

/* news heading line */
.news-header
{
	border-width:1px;
	margin:0px;
	color:white;
	border-color:black;
	background-color:darkblue;
}

/* news content line */
.news-content
{
	border-width:1px;
	margin:0px;
	color:black;
	border-color:blue;
	background-color:lightblue;
}

/* news spacer- the gap between items */
.news-spacer
{
	border-width:1px;
	margin:0px;
	color:black;
	border-color:black;
	background-color:white;
}

/* Styles for the [] type tags */
.HEADING
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16pt;
	font-weight:bold;
	color: #000000;
}

.SUBHEADING
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight:bold;
	color: #000000;
}



