/* CSS Document */

* { font-weight:normal; font-family: 'Open Sans', sans-serif; text-decoration:none; }

h1, h2, h3, h4, h5, h6 {}

h1 span { font-size:0.5em; }

table td { height:1.75em; border-bottom:1px solid #CCC; font-size:1em; }
.clientStatus { font-size:0.75em; }

#wrapper { width: 800px; margin: 0 auto; }
#footer { margin:100px 0; }
.arrow {
	display: inline-block;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	vertical-align: middle;
	}
.arrow-up {
	background-image:url(/images/arrow_up.gif);
}
.arrow-down {
	background-image:url(/images/arrow_down.gif);
}



@media (max-width: 320px){
}