	html, body, div, p, a, input, button { font-weight: normal; font-family: Verdana, Tahoma, Georgia, Arial, sans-serif; }

	html, body { padding:0; margin:0; font-size:11px; width: 100%; background: #09F url(/skin/body-bg.jpg) top center repeat-y; }

	a, button { text-decoration:none; font-weight:bold; color:#666; cursor:pointer; }
	a:hover, button:hover { text-decoration:underline; color:#00C; }
	a img { border:none; }

	input, button {
		font-size:11px;
		border-top: 	1px #DDD solid;
		border-right: 	1px #999 solid;
		border-bottom: 	1px #666 solid;
		border-left: 	1px #BBB solid;
	}

	ul  { margin: 0 0 0 10px; padding: 0 0 0 10px; }

	#top { margin:0; padding:0; width:1px; height:1px; position: absolute; top:0; left:0; }

	.ab, .bb, .rb {  display:block; text-align:center; padding: 3px 0; font-weight:bold; margin: 2px 3px; }
	a.ab { display:inline; padding: 3px 6px; }
	a.ab, a.bb { border: 1px #CCC solid; background: #EEE; color: #036; }
	a.ab:hover, a.bb:hover { background: #FAFAFA; color: #06C; text-decoration:none; }

	.rb { border: 1px #009 solid; background: #369; color: #EEE;  }
	a.rb:hover { background: #06C; color: #FAFAFA; text-decoration:none; }

	a.bb1  { border: 1px #6CF solid; padding: 0 4px; text-decoration:none; }
	a.bb1:hover  { background: #006; color:#FFF; }

	.label { text-align:right; background: #CCC; padding: 3px; }

	.button, .button:hover { border: 1px #000 solid; padding: 1px 2px; background: #CCC; color:#000; text-decoration:none; }

	hr {
		border-top: 1px #DDD solid;
		border-right: 1px #CCC solid;
		border-bottom: 1px #BBB solid;
		border-left: 1px #CCC solid;
		margin: 5px;
	}

	.d { display:none; }

	.white-border { border-color:#FFF; }

