body {
	margin-top: 0px;
	background-color: #D2FFD2;
	font-family: Verdana;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	border: 0px;
	color: black;
	background-color: black;

}

div.basefont {
	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
	padding: 5px;
}

p.indent {
	font-family: Verdana;
	font-size: 13px;
	text-align: justify;
	padding: 5px;
	text-indent: 30px;
}

div.indent {
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	text-indent: 30px;
}

div.smallfont {
	font-family: Verdana;
	font-size: 11px;
}

font.small {
	font-size: 10px;
	font-family: Verdana;
}

font.smallad {
	font-size: 10px;
	font-family: Arial;
}

font.base {
	font-family: Verdana;
	font-size: 13px;
}

font.large {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

font.menu {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

font#table {
	font-family: Arial;
	font-size: 11px;
}

p.half {
	line-height: 3px;
}

table.nlhl {
	width: 100%;
	background: #BCDFEC;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

table#dropin {
	width: 160px;
	height: 345px;
	background-color: #CCFFFF;
}

table.indexleft {
	width: 250px;
	margin-right: 5px;
}

table.box {
	background-color: #FFFFFF;
	border: 1px solid black;
	border-collapse: collapse;
}

td.box {
	border: 1px solid black;
	padding: 3px;
	font-family: Verdana;
	font-size: 10px;
}

td.box1 {
	border: 1px solid black;
	padding: 3px;
	font-family: Verdana;
	font-size: 14px;
}

td.clear {
	border: 0px
	padding: 3px;
	font-family: Verdana;
	font-size: 10px;
}

#dropinboxv2cover{
	width: 165px;
	height: 346px;
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
	width: 165px; /*change width to above width-20. */
	height: 348px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 1px solid black; /*Customize box appearance*/
	background-color: #CCFFFF;
	padding: 1px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
}

.container { position: relative; left: 1px; top: 1px; color: #CCFFFF; }




