@charset "utf-8";
/* CSS Document */
body{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#000000;
}
a:active{
	color:#000000;
}

#maintextcontainer{
	margin:10px;
}
#copyrightcontainer{
	margin:5px;
}

.menyvalclass{
	border-style:solid; 
	border-width:1px; 
	border-bottom-color:#ccaa99; 
	border-left-color:#E6F3FF; 
	border-right-color:#E6F3FF; 
	border-top-color:#E6F3FF;
}
.textheading{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
