td {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
.header {
	line-height: 1em;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.body {
	line-height: 1.5em;
	font-weight: normal;
	color: #999999;
	font-family: Tahoma;
	font-size: 10px;	
}

.important {
	font-weight: bold;
	color: #ff0000;
}

.italic {
	line-height: 1em;
	font-weight: normal;
	color: #cccccc;
	font-style: italic;
}



a:link {
	color: #0099ff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0099ff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #79CAFF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #0099ff;
	text-decoration: none;
	font-weight: bold;
}

.linkout {
	color: #0099ff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.linkover {
	color: #0099ff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}


.forminput {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #dddddd;
	border: 1px solid #666666;
	margin: 3px;
	padding: 3px;
	width: 95%;
}

.formbutton {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #0099ff;
	border: 1px solid #666666;
	margin: 3px;
	padding: 3px;
	width: 50px;
}
.formHeader {
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
	font-weight: bold;
}

.itemWrapper1 {
	background-color: #ffffff;
	padding: 5px;
}

.itemWrapper {
	background-color: #eeeeee;
	padding: 5px;
	border: 1px dashed #999999;
}
.underscore {
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #999999;
}
form {
	margin: 0px;
	padding: 0px;
}
td.bgtop {
	background-image: url(images/top_04.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
td.bgtop2 {

	background-image: url(images/top_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

