body, td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000099;
}

.title {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.newstitle {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.button_link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #4C4C4C;
}

.button_link:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #4C4C4C;
}

iframe {
	background: transparent;
}

input, textarea { 
	background-color: #FFFFF;
	border: none; 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #000000;
	border-left: 1px solid #000099; 
	border-right: 1px solid #000099; 
	border-top: 1px solid #000099; 
	border-bottom: 1px solid #000099;
}

.button { 
	background: #FFFFFF;
	font-family: Verdana; 
	color: #000000;
	cursor: pointer;
}

.delete { 
	background: #FFFFFF;
	font-family: Verdana; 
	color: #FF0000;
	cursor: pointer;
}

.errortext {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: red;
}