<A STYLE="text-decoration:none" HREF="index.htm">
This is an unusual link, it has no underline</A>

	a img { border: 0 none; }
	
	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #61686E;
	}
	
	body {
	background-image: url(../images/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
	.section_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #61686E;
	}
	
	.article_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #61686E;
	}
	
	.article_author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #61686E;
	}
	
	.article_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #61686E;
	}
	
	.boldtext {
	font-size: 11px;
	font-weight: bold;
	}
	
	.arrow {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	}
	
	a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #61686E;
	}
	
	a:link {
	text-decoration: none;
	}
	
	a:visited {
	text-decoration: none;
	color: #61686E;
	}
	
	a:hover {
	text-decoration: underline;
	color: #818B95;
	}
	
	a:active {
	text-decoration: none;
	color: #61686E;
	}


	/* DropDown CSS Menu \*/

	ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	border-bottom: 1px solid #CCCCCC;
	}

	ul li {
	position: relative;
	left: -62476253px;

	}
	
	li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 18;
	display: none;
	width: 140px;
	}

	/* Styles for Menu Items */
	ul li a {
	display: block;
	text-decoration: none;
	color: #61686E;
	background: #ffffff;
	padding: 2px;
	border: 1px solid #CCCCCC; /* IE6 Bug */
	border-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

	/* Holly Hack. IE Requirement \*/
	* html ul li { float: left; height: 1%; }
	* html ul li a { height: 1%; }
	/* End */

	li:hover ul, li.over ul { display: block; } /* The magic */
	
	/*input.sub{
	color:#61686E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ffffff;
	height:17px;
	boarder:0px;
	text-align:left;
	border:0px outset #ffffff; 
	cursor:hand;
	horizontal-align:left;
	display: block;
	} \*/
	
	.encase_code	
	{ 
	background-color: #EDEDED; 
	border: 1px dotted #cccccc; 
	padding: 2px;
	width: 450px;
	}
