BODY {
	background-image : url(images/background.jpg);
	background-repeat: no-repeat; 
	background-color : White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-size: 12px;
	margin-top: 10px;
	margin-left : 5px;
	margin-right: 15px;
}
.FlashPaperCaption {
	padding: 6px;
	margin-left: 5px;
	background-color: #FFFFCC;
	border: 2px ridge #990099;
	font-size: larger;
	line-height: 22px;
	font-style: oblique;
	font-weight: bold;
}
#tblnest{
	border: groove #FF9900;
}
#tdnest{
	border: groove #99004D;
	background-color: #EEEEEE;
}

#highlight {
	background-color: #CCCCFF;
	color: #3C3C3C;
	padding: 4px;
}

#highlightstrong {
	background-color: #CCCCFF;
	color: #3C3C3C;
	padding: 4px;
	font-weight: bold;
}
.title {
	background-color: #000066;
	color: White;
	border: medium double #994D00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
.pagetitle {
	background-color: #000066;
	color: White;
	border: medium double #994D00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#strongaccent {
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
}

#strongaccentlarge {
	font-size: 16px;
	font-weight: bold;
	color: #5B5B5B;
}
.subtitle {
	background-color: #663300;
	color: White;
	border: medium double #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	letter-spacing: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
.smallsub {
	background-color: #CCCC66;
	color: #003333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
p {
	text-indent: 25px;
	line-height: 16px;
}
hr {
	width: 90%;
	margin-top: 20px;
	border: groove #FF9900;
	height: 2px;
}
ul{
	list-style-image: url(images/bullet1.gif);
}

li {
	margin-bottom: 10px;
	padding-left: 12px;
	line-height: 20px;
}


ol {
	list-style-type: decimal;
}


a {
	color: #003399;
}

a:hover {
	color: Red;
}
a:visited {
	color: #00CC33;
}

.popup
{
	color: #9F141A;
	cursor: help;
	Text-Decoration: none
	background-color: #FFFF99;
}a.showtip, a:hover.showtip, a:visited.showtip {
border-bottom: 4px double #9999FF;
text-decoration:none;
color:black;
font-weight: normal;
font-size:90%;
vertical-align:40%;
padding-bottom: 0px;
}
table.cart {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: rgb(141, 85, 0) rgb(141, 85, 0) rgb(141, 85, 0) rgb(141, 85, 0);
	border-collapse: collapse;
	background-color: white;
}
table.cart th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: rgb(141, 85, 0) rgb(141, 85, 0) rgb(141, 85, 0) rgb(141, 85, 0);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.cart td {
  font-weight: bolder;
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: rgb(141, 85, 0) rgb(141, 85, 0) rgb(141, 85, 0) rgb(141, 85, 0);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

