body 
{
	line-height: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	text-align: justify;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-family: tahoma;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	color: #5eaee9;
	font-family: tahoma;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #000000;
} 

.submit{ 
	background-image: url(graphics/button/ok1.gif);
	height: 20px;
	width: 79px;
	background-repeat: no-repeat;
	}
	
.cancel{
	
	background-image: url(graphics/button/cancel1.gif);
	height: 20px;
	width: 79px;
	background-repeat: no-repeat;
	}
