body {
	margin: 0px;
	padding: 0px;
	background-color: #F0E8DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(layout/line.gif);
	background-repeat: repeat-x;
}

iframe{
	border: none;
}

td {
	font-size: 10pt;
}

.menuTop {
	font-size: 11pt;
	font-weight: bold;
	position:absolute;
	top: 41px;
	z-index: 3;
	width: 146px;
	padding-right: 5px;
	padding-left: 5px;
}
.menuMid {
	background-color: #DB3024;
	position:absolute;
	z-index: 2;
	top: 55px;
	height: 14px;
	width: 150px;
}

.menuSub {
	font-size: 10pt;
	background-color: #99CCE6;
	position:absolute;
	z-index: 1;
	top: 37px;
	padding: 35px 4px 4px;
	width: 142px;
	visibility: hidden;
}

.topcell {
	font-size: 12pt;
	font-weight: bold;
	background-color: #99CCE6;
}


.bold {
	font-weight: bold;
}

.nlink:link {
	color: #000000;
	text-decoration: none;
}
.nlink:visited {
	color: #000000;
	text-decoration: none;
}
.nlink:active {
	color: #000000;
	text-decoration: none;
}
.nlink:hover {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #DB3024;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #DB3024;
}
a:active {
	color: #DB3024;
}
.date {
	font-size: 12pt;
	font-weight: bold;
}
h1 {
	font-size: 12pt;
}
img {
	border:#DB3024;
}
