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

/*---------- titles and boxes ----------*/
#headline-1 { margin-bottom:15px; }

/*---------- text ----------*/
h2 { font-size:1.2em; font-weight:bold; color:#448CCB; }
.green { color:#007253; }

/*---------- list ----------*/
.list ul { margin:0; padding:0; list-style-type:none; }
	.list li { background:url(../images/misc/bullet-2.gif) no-repeat 0px 8px; padding:1px 0 2px 12px; font-weight:bold; }
	.list li ul { margin:3px auto; }
	.list li li { background:url(../images/misc/bullet-3.gif) no-repeat 0 7px; font-weight:normal; }
	.list a { text-decoration:none; }
	.list li li a { color:#555; }
	.list li li a:hover { color:#f60; }

/*---------- table ----------*/
#searched td { color:#000; }

/*---------- misc ----------*/