	body,td {
		font-size: 12px;
	}

	.copyright {
		color: #0860A8;
		font-weight: bold;
		font-family: Tahoma;
		font-size: 10px;
	}

	.box {
		width: 200px;
		background-color: white;
		filter: alpha(Opacity=92);
	}

	.boxbar {
		background-color: #84C909;
		color: #ffffff;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		padding-left: 4px;
		height: 18px;
		vertical-align: middle;
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
	}

	.boxbarclose {
		padding-left:4px;
		padding-right:4px;
	}

	h1 {
		color: #185E0F;
		font-weight: bold;
		font-family: Tahoma;
		font-size: 13px;
		text-align: left;
		padding-bottom: 0px;
	}
	
	p,.normal {
		font-family: Tahoma,Georgia;
		font-size: 11px;
		line-height: 1.5em;
		word-spacing: 0.01em;
	}

	.menulink {
		color: #888888;
		font-family: Verdana;
		font-size:11px;
		text-decoration: none;
		cursor: hand;
	}

	.menulink:hover {
		border-top: 1px solid #888888;
	}

	a.site,a.site:hover,a.site:visited,a.site:active {
		color: royalblue;
		font-family: Verdana;
		font-size:14px;
	}

	button {
		font-family: Tahoma;
		font-size: 11px;
		cursor: hand;
	}

	button.inactive {
		background-color: white;
		border-color: black;
		font-family: Tahoma;
		font-size:12px;
		cursor: hand;
	}

	button.active {
		background-color: #E9FD4A;
		border-width: 1px;
		border-color: black;
		font-family: Tahoma;
		font-size:12px;
		cursor: hand;
	}

  	input {
  		font-family: Verdana;
  		font-size: 12px;
		border: 1px solid #444444;
		color: #444444;
		height: 20px;
  	}
  	
  	.optionbg {
  		border: 1px solid #000000;
  		background-color: #f3f9e9;
  		width: 100%;
  	}
  	
  	.optionfocus {
  		background-color: #999999;
  		color: #ffffff;
  		font-family: Verdana;
  		font-size: 12px;
  	}
  	
  	.optionnormal {
  		background-color: #f3f9e9;
  		color: #185E0F;
  		font-family: Verdana;
  		font-size: 12px;
  	}

