@import url("stylesheet-2.css"); /* <-- Changes from BCT Consulting, Inc. */

/* Stylesheet.css */

/* Body text and page background */
body {
	text-align: center; /* IE6 needs this to center the layout in the browser window */
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
	background-image: url(Background/BackgroundKnot6.jpg);
}

html { overflow-y: scroll; }

/* Black 8 pt */

.eightpt {
	font-size: 8pt;
}

.eightptbold {
	font-size: 8pt;
	font-weight: bold;
}
/* Black 10 pt BOLD */

.boldten {
	font-weight: bold;
}

.boldtwelve {
	font-size: 12pt;
	font-weight: bold;
}

.whitetype { color: #fff; }

.burgundynine {
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
}

.burgundyten {
	font-weight: bold;
	color: #990000;
}

.burgundytwelve {
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
}

.burgundyfourteen {
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
}

.burgundytwelveul {
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	text-decoration :underline;
}

/* Pricing for Nicholas Mosse Retired page colors */

.blueten {
	font-weight: bold;
	color: #0000ff;
}

/* Pricing for Nicholas Mosse Retired page colors */

.greenten {
	font-weight: bold;
	color: #006600;
}

.greentwelve {
	font-size: 12pt;
	font-weight: bold;
	color: #147303;
}

/* Pricing for Irish Tartan Pages */

.peagreentenbold {
	color: #666633;
	font-weight: bold;
}

.peagreentwelve {
	font-size: 12pt;
	font-weight: bold;
	color: #666633;
}

.darkburgundytwelve {
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
}

.tealblueten {
	font-weight: bold;
	color: #003399;
}

.tealbluetwelve {
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}
/* Use for Tartan Pages */


.tartan {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;		
}

/* Use for Italics */

.italic {
	font-style: italic;
}

.jersey {
	font-size: 12pt;
	color: #cc3300;
	font-weight: bold;
}

.moorcroft {
	font-size: 12pt;
	color: #660033;
	font-weight: bold;
} 

.moorcroftten {
	font-size: 10pt;
	color: #660033;
	font-weight: bold;
}

/* Hyperlinks */
a:link 		{ color: #0000cd; text-decoration: none; }
a:visited 	{ color: #990000; text-decoration: none; }
a:hover 	{ text-decoration: underline; }
a:active 	{ text-decoration: underline; }

