/* Combined style sheet for the NG15's website main pages (but not BluPlusPlus generated pages). */
/* Laurence Armstrong - Jan 2009 */


/* Style to control page packground and link colours */
.ng15page {
	color: #BB372C;
	font-color: #BB372C;
	background-color: rgb(240, 170, 10);
	text-align: center;
}


/* Style to control page title text font */
.redtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #BB372C;
	text-decoration: underline;
}


/* Style to control page title text font */
.bigtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #BB372C;
	text-decoration: normal;
}


/* Style to control underlined left indented title text font */
.redtitlelhs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: #BB372C;
}


/* Style to control main text font */
.redtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #BB372C;
}


/* Style to control page top links */
/* Active links */


.link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}

/* Open links */


.Openlink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #BB372C;
}


/* Style for text tables */

.texttable {
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	text-align: center;
	background-color: #F0AA0A;
	border-color: #F17400;
	border-width: 4;
	border-style: outset;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}


/* Style for text tables */

.redtexttable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #BB372C;
	text-align: center;
	background-color: #F0AA0A;
	border-color: #F17400;
	border-width: 4;
	border-style: outset;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}


/* Style to table text font */

.tablebodyfont {
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	text-align: center;
}


/* Style for picture tables */

.picytable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #BB372C;
	background-color: #F0C864;
	border-color: #F17400;
	border-width: 4;
	border-style: outset;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}


/* Style for Gallery picture tables */

.Gpicytable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #BB372C;
	background-color: #F0C864;
	border-color: #F17400;
	border-width: 4;
	border-style: outset;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}


/* Style for Site Map page */

.decchar {
	font-family: Courier New,Courier,monospace;
	font-size: 12pt;
	font-weight: normal;
	color: #BB372C;
}

.dirtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #BB372C;
}

