body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

td {
	color: #333333;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #33ccff;
	font-size: 16pt;
	letter-spacing: 0px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: normal;
}
.cite {
	border-top: 1px solid black;
	width: 100%;
	display: block;
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	text-align: center;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;

}
#menu {
	position: absolute;
	width: 158px;
	background-image: url(layout/bluebox-bg.gif);
}

#menu dt {
cursor: pointer;
background-image: url(layout/bluebox-bg.gif);
height: 17px;
}

#menu dd {
position: absolute;
z-index: 100;
left: 6em;
width: 148px;
background-image: url(layout/bluebox-bg.gif);
border: 1px solid white;
}

#menu ul {
padding: 0px;
}
#menu li {
text-align: left;
	height: 17px;
}
#menu li a, #menu dt a {
	color: White;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
text-decoration: underline;
}

input {
	font-size: 11px;
	border: 1px solid black;
}


.boxmain {
	border-bottom: 1px solid #018ede;
	border-top: 1px solid #018ede;
}

.important {
	background: #018ede;
	color: White;
}

.bottom {
	background-image: url(layout/bluebox-bg.gif);
	color: White;
}

a:link {
color: #006699;
text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a.w:link {
	color: White;
	text-decoration: none;
}

a.w:visited {
	color: White;
	text-decoration: none;
}

a.w:hover {
	color: White;
	text-decoration: underline;
}
.lii {
	list-style-type: disc;
}