
body {
	margin-top: 10px;
	background-color: #E26863;
	font-family: Arial;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	border: 0;
	color: black;
	background-color: black;
}

h3 {
	font-size: 12;
	font-weight: bold;
}

h2 {
	font-size: 17;
	font-weight: bold;
}

div.basefont {
	font-family: Verdana;
	font-size: 13;
	text-align: justify;
}

font.small {
	font-size: 10;
	font-family: Arial;
}

font.smallad {
	font-size: 10;
	font-family: Arial;
}

font.base {
	font-family: Arial;
	font-size: 13;
}

font.large {
	font-family: Arial;
	font-size: 25;
	font-weight: bold;
}

font#table {
	font-family: Arial;
	font-size: 11;
}

table.nlhl {
	width: 100%;
	background: #BCDFEC;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 16;
	font-weight: bold;
}

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: 10;
}

td.box1 {
	border: 1px solid black;
	padding: 3px;
	font-family: Verdana;
	font-size: 14;
}

td.clear {
	border: 0px;
	padding: 3px;
	font-family: Verdana;
	font-size: 10;
}

table.padded {
	padding-left: 10px;
}

#dropinboxv2cover{
	width: 220px;
	height: 340px;
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
	width: 200px; /*change width to above width-20. */
	height: 320px; /*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: lightyellow;
	padding: 2px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
}

.container { position: relative; left: 2px; top: 2px; color: #FFFF00; }

.text { position: absolute; left: -1px; top: -1px; color: #000;}

