@charset "UTF-8";
/* CSS Document */
BODY {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
A:link {
	COLOR: #007788; TEXT-DECORATION: none
}
A:visited {
	COLOR: #007788; TEXT-DECORATION: none
}
A:hover {
	color:#073C4C;
	text-decoration: underline overline;		
}
.headeris{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
}
.footer{
	font-family: "trebuchet ms", sans-serif;
	font-size: 90%;	
	color: #FFFFFF;
}
.linkas{
	color: #FFFFFF;
	font-family: "trebuchet ms", sans-serif;
	font-weight: bold;
	font-size: 100%;
}	
a.linkas:link {
	color: #FFFFFF; TEXT-DECORATION: none;

}	
a.linkas:visited {
	color: #FFFFFF; TEXT-DECORATION: none;
}	
a.linkas:hover {
	color: #073C4C; 
}	


.editor{
	font-family: "trebuchet ms", sans-serif;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #073C4C;
	border-right-color: #073C4C;
	border-bottom-color: #073C4C;
	border-left-color: #073C4C;
}
.editorfont{
	font-family: "trebuchet ms", sans-serif;
	font-size: 80%;
}
