@charset "utf-8";
/* CSS Document */
*, body, html {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 11px;
}

img {
	border: 0;
}

h1 {font-size:18px; color:#069;}

#content {margin: 30px;}

a:focus {
	border: 0;
}

table {
	border: 1px solid #c0c0c0;
	padding: 10px;
}

table td{
	color:#333;
	font-size:12px;
}

table tr td{
	border-bottom: 1px solid #CCC;
}


.loading {
	background:#09F;
	color:#FFF;
	padding: 5px;
}
