table.a{/*all html pages*/
width: 100%;
	}
td.a{/*all html pages*/
width:56px;
 background: url(images/left_boarder.gif);}
body {/*all html pages*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}


.important {/*only in raw html page*/
	color: #660000;
	font-size: 14px;
}
.subtitle {/*only in raw html page*/
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.date {/*only in raw html page*/
	color: #006699;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.time {/*only in raw html page*/
	color: #003300;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
}
.about {/*only in raw html page*/
	color: #660000;
	font-size: 16px;
	font-weight: bold;
	font-family: bold;
}
.blue {/*only in raw html page*/
	color: #0000CC;
	font-size: 16px;
	font-weight: bold;
}
.gorg14 {/*only in raw html page*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
a.c:link {/*main links under heading all pages*/
    color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.c:visited {/*main links under heading all pages*/
    color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.c:hover {/*main links under heading all pages*/
	color: #FF9900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.b:link {/*only in raw html page - all the light blue links*/
	color: #638793;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
a.b:visited{/*only in raw html page - all the light blue links*/
	color: #638793;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a.b:hover {/*only in raw html page - all the light blue links*/
	color: #0000FF;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a.e:link {/*only in index (home page) html page - all the red puchase links*/
	color: #FF0000;
	font-size: 14px;
	
	text-decoration: none;
	font-weight: bold;
}

a.e:visited{/*only in index (home page) html page - all the red puchase links*/
	color: #FF0000;
	font-size: 14px;
	
	font-weight: bold;
	text-decoration: none;
}
a.e:hover {/*only in index (home page) html page - all the red puchase links*/
	color: #800000;
	font-size: 14px;
	
	font-weight: bold;
	text-decoration: none;
}
table.line  {/*only in index (home page) html page - table style*/

	background: #FAFAFA;

	border-top: 1px solid #E5ECFF;

	border-left: 1px solid #E5ECFF;

	border-right: 1px solid #C0C0C0;

	border-bottom: 1px solid #C0C0C0;
    width: 578px;
}
table.leaf  {/*only in nlform.html & nlfform2.htm pages - table style*/

	background: #50A975;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #444444;

	border-bottom: 1px solid #444444;
    width: 650px;
}
table.bookmark  {/*only in nlform.html & nlfform2.htm pages - table style*/

	background: #F0D89C;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #444444;

	border-bottom: 1px solid #444444;
    width: 650px;
}

td.subhead {/*only in index (home page) html page - subheading box color*/
background: #DDDDDD;
width: 578px;
}

td.booksubhead {/*only in nlform2.html (bookmark) - subheading box color*/
background: #DFA921;
color: #62362E;
width: 578px;
font-weight: bold;
font-size: 18px;
font-family: Arial, Helvetica;
}

td.leafsubhead {/*only nlform.html (leaf) - subheading box color*/
background: #0D562D;
color: #FFFFFF;
width: 578px;
font-weight: bold;
font-size: 18px;
font-family: Arial, Helvetica;
}

a.gold:link {
    display: block;
    color: #BB8F0B;
	width: 100px;
	font-size: 14px;
	text-decoration: none;
    border: solid 1px #F9EB9B;
    background-color:#FFFFFF;
}

a.gold:visited{
    display: block;
	color: #BB8F0B;
	width: 100px;
	font-size: 14px;
	text-decoration: none;
	border: solid 1px #F9EB9B;
    background-color:#FFFFFF;
}

a.gold:hover {
    display: block;
   	color: #000000;
	width: 100px;
	font-size: 14px;
	text-decoration: none;
	border: solid 1px #FCF3C5;
    background-color:#BB8F0B;
}


a.Silver:link {
    display: block;
    color: #444444;
	width: 100px;
	font-size: 14px;
	text-decoration: none;
    border: solid 1px #C0C0C0;
    background-color:#FFFFFF;
}

a.Silver:visited{
	color: #444444;
	width: 100px;
	font-size: 14px;
	text-decoration: none;
	border: solid 1px #C0C0C0;
    background-color:#FFFFFF;
}
a.Silver:hover {
   	color: #000000;
	width: 100px;
	font-size: 14px;
	text-decoration: none;
	border: solid 1px #DDDDDD;
    background-color:#C0C0C0;
}
td.picture {/*only in index (home page) html page - box style the pictures are in*/
background: #FAFAFA;
height: 150px;
}

