
body { 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #ccc;
	font-size: 0.9em;
	}

p    { 
	font-size: 0.9em; 
	line-height: 1em; 
	margin-top: 2px;
	}

h3  { 
	font-size: 1.1em;
	}

h4   { font-size: 1em; 
	line-height: 1em; 
	margin-bottom: 2px; 
	border-bottom: 2px none;
	}

tr.height { 
	height: 100px;
	}

td { 
	font-size: 0.8em;
	}

td.blue { 
	background-color: #B5CBEF; 
	width: 33%;
	text-align: center;

	}
	
td.orange { 
	background-color: #ff9900; 
	width: 33%;
	text-align: center;

	}

#wrapper { 
	margin: 20px auto 15px auto; 
	width: 780px;
	background-color: #fff;
	}

