body {
	scrollbar-base-color:#777777;
	scrollbar-track-color:#111111;
	scrollbar-face-color:#777777;
	scrollbar-highlight-color:#777777;
	scrollbar-3d-light-color:#777777;
	scrollbar-dark-shadow-color:#777777;
	scrollbar-shadow-color:#777777;
	scrollbar-arrow-color:#eeeeee;

	background-position:right;
	background-attachment:fixed;
	background-repeat:repeat;
	background-color:#cccccc;
	/*background-image:url(../../pix/bg/bg004.jpg);*/
	font-size:10pt;

	margin-top:20px;
	margin-left:15px;


}

a:link { color:#222222; text-decoration:none }
a:visited { color:#222222; text-decoration:none }
a:hover { color:#996633; text-decoration:underline }
a:active { olor:#662222; text-decoration:underline }
a:focus { color:#662222; text-decoration:none }


p {
	color:#444444;
	font-family:Arial;
	font-size:10pt;
}

li {
	color:#444444;
	font-family:Arial;
	font-size:10pt;
}

h1 {
	font-family:Verdana;
	color:#111111;
	font-size:24pt;
}

h2 {
	font-family:Verdana;
	color:#111111;
	font-size:20pt;
}

h4 {
	font-family:Arial;
	color:#222222;
	font-size:16pt;
}

form	{
	font-family:Arial;
	color:#222222;
	}
input,textarea	{
	background-color:#dddddd;
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	border:1px solid #aaaaaa;
	}

input.a {
	border:0px;
}