body { background-color:white; }

* {
	color:#333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

p, ul {margin-top:5px;margin-bottom:10px;}

.big, .big * {font-size:13px; font-weight:bold;}
.small, .small * {font-size:9px; font-weight:bold;}

.grey1, .grey1 * {color:#B4B4B4;}
.grey2, .grey2 * {color:#999999;}

.border_grey1 { border:solid 1px #B4B4B4; }
.border_grey2 { border:solid 1px #999999; }

.background_grey1 { background-color:#B4B4B4; }
.background_grey2 { background-color:#999999; }


