@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 5px;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#head {
	text-align: center;	
}
#head H1 {
	color: #52a0ff;
	font-weight: bold;
}
#left {
	width: 49%;
	float: left;
	margin-left: 4px;
}
#right {
	width: 49%;
	float: right;
	margin-right: 4px;
}
.box {
	padding: 3px;
	margin: 14px 2px;
	border: 1px solid #424242;
	width: 99%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
h2 {
	size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table {
	/*display:block;*/
	width: 100%;
}
td {
	width: 50%;
	padding: 2px;
}
.blue .alt {
	background: #D8EDFF;
}
.red .alt {
	background: #FFEEF0;
}
.green .alt {
	background: #E3FFD8;
}
.yellow .alt {
	background: #FFFFE1;
}
#footer {
	width: 200px;
	clear: both;
	text-align: center;
	padding: 5px;
	margin: 10px auto;
	color: #6C6C6C;
} 