

/* -- Generic ----------------------------------------------------------- */
	p{
		font-size: 100%;
		}
	h1{
		text-align: left;
		font-size: 150%;
		letter-spacing: 1px;
		}
	.middle{
		vertical-align: middle;
		}
	.noBorder{
		border: none;
		}
	.padR5{
		padding-right: 5px;
		}
/* ---------------------------------------------------------------------- */

/* -- Links ------------------------------------------------------------- */
	a.inline{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		}
	a.inline:hover, a.inline:active, a.inline:focus{
		color: #ff9900;
		}
/* ---------------------------------------------------------------------- */

/* -- Lists ------------------------------------------------------------- */
	#ticklist li{
		font-size: 120%;
		background: url(/images/icons/tick-green.jpg) left no-repeat;
		list-style-type: none;
		padding-left: 35px;
		margin-bottom: 10px;
		height: 30px;
		}
/* ---------------------------------------------------------------------- */

