/*	Body CSS	*/
	body 						{ font-family: Verdana; font-size: 8pt; color: #000000; margin: 0 0 0 0; }
	td 							{ font-family: Verdana; font-size: 8pt; color: #000000 }
	
	A	 						{ font-family: Verdana; font-size: 8pt; color:#555555; text-decoration:none; }
	A:link 						{ color:#555555; }
	A:visited 					{ color:#555555; }
	A:hover 					{ color:#FF0000; }

/*	Form related CSS	*/
	.input 						{ background-color: #EFEFEF; border: 1px #ABABAB solid; font-family: Verdana; font-size: 8pt; width: 175px; }
	.mousehand  				{ cursor:pointer }
	li							{ list-style: square; margin-left:3px; }
	
	
/*	Link related CSS	*/
	a.topmenu					{ font-family: Arial; font-size: 11px; letter-spacing: 2px; color:#FFFFFF; text-decoration:none; }
	a.topmenu:link 				{ font-family: Arial; letter-spacing: 2px; color:#FFFFFF; }
	a.topmenu:visited 			{ font-family: Arial; letter-spacing: 2px; color:#FFFFFF; }
	a.topmenu:hover 			{ font-family: Arial; letter-spacing: 2px; color:#dbf429; }
	
	a.topmenu_active 			{ font-family: Arial; font-size: 11px; letter-spacing: 2px; color:#dbf429; text-decoration:none; }
	a.topmenu_active:link 		{ font-family: Arial; letter-spacing: 2px; color:#dbf429; }
	a.topmenu_active:visited 	{ font-family: Arial; letter-spacing: 2px; color:#dbf429; }
	a.topmenu_active:hover 		{ font-family: Arial; letter-spacing: 2px; color:#dbf429; }
	
	.submenu 					{ font-family: Verdana; font-size: 8pt; color:#555555; text-decoration:none; }
	a.submenu 					{ color:#555555; }
	a.submenu:link 				{ color:#555555; }
	a.submenu:visited 			{ color:#555555; }
	a.submenu:hover 			{ color:#555555; }

	.submenu_active				{ font-family: Verdana; font-size: 8pt; color:#FF0000; text-decoration:none; }
	a.submenu_active:hover		{ color:#FF0000; }
	a.submenu_active:hover		{ color:#FF0000; }
	a.submenu_active:hover		{ color:#FF0000; }

	a.linkongrey 				{ color:#555555; text-decoration:none }
	a.linkongrey:link 			{ color:#555555; }
	a.linkongrey:visited 		{ color:#555555; }
	a.linkongrey:hover 			{ color:#FEFEFE; }

/*	div related CSS	*/
	.box_right_bottom_grey 		{ width:160px; background-color:#AAAAAA; margin-top:5px; margin-left:4px; margin-right:5px; top:0px; text-align:left; }
	.box_right_bottom_green 	{ width:160px; background-color:#b9d300; margin-top:4px; margin-left:4px; margin-right:5px; top:0px; text-align:left; }

