@charset "utf-8";
/* CSS Document */

body {
background:url(../images/01_background_tex.png);
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;		
		}

a:link {
text-decoration: none;
color:#999999;
font-weight:normal;
}
a:hover {
color:#333333;
text-decoration: underline;
font-weight:normal;
}
a:active {
color:#999999;
text-decoration: underline;
font-weight:normal;
}
a:visited {
	text-decoration: none;
	color:#999999;
	font-weight:normal;
}

/* Panel Stil */
h3 {	margin:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#999999;
		background:none;
		}

p {		margin:5px;
		text-align:justify;
		}