.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFE9CA;
	text-decoration: underline;
}


h1 {
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #9e2339;
}


h2 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #9e2339;
}


.cartoon {
	font-family: cursive;
	font-style: italic;
	/*font-variant: small-caps;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 115%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

.body {margin-left: 0; font-size: 14px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;}

BODY  {
	margin-left: 0;
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #D7D7D7;
}

STRONG	{font-size: 9pt; color: #000000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}


.note {font-size: 7pt; color: #000000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}



table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1 px;
	border-style: outset outset outset outset;
	border-color: #FFFFFF;
	border-collapse: separate;
	background-color: rgb(254, 191, 78);
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sample2 td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample3 td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	border-top-style: dotted;
	border-right-color: #333333;
	border-top-color: #333333;
	border-left-color: #666666;
	border-left-width: thick;
}

table.samplebody td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}




 
  ul{
list-style-image: url('../images/arrow.gif')
} 
