@charset "UTF-8";

@media screen
{
	body, #app_window_inner
	{
		background: #fff;
		color: #009;
	}
	#app_footer, #app_window_header, #app_window_footer
	{
		background: #009;
		color: #f9f9f9;
	}
	#app_window_footer a, #app_footer a
	{
		color: #c9c9c9;
	}
	#app_window_footer a:hover, #app_footer a:hover
	{
		background: transparent;
		color: #ff3;
	}
	#app_main
	{
		background: #fff;
	}
	#app_header
	{
		background: #E5EFFD;
	}
}
