/* CSS Document */
p, h1, h2, h3, h4, h5, h6, ul, form {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif !important;
}

h1 {
	font-size:22px;
	line-height:28px;
	padding:0 10px 8px 0px;
	border-bottom:2px dotted #100f14;
	margin:0 0 12px 0;
}

h2 {
	font-size:18px;
	line-height:24px;
	padding:0 0 8px 0;
}

h3 {
	font-size:14px;
	line-height:20px;
	padding:0 0 8px 0;
}

h4 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:0 0 8px 0;
}

h5 {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	padding:0 0 8px 0;
}

p {
	font-size:12px;
	padding:4px 0 4px 0;
	line-height:18px;
}

ul {
	list-style:square;
	margin-left: 10px;
}

ul li {
	line-height:16px;
	font-size:12px;
	padding:0 0 4px 0;
	list-style-position:inside;
}

a {
	text-decoration:none;
	color:#000000;

}

#pageContent table {
	padding:0;
	border:none;
	width:100%;
}

#pageContent table td {
	padding:4px;
	border:1px dotted #9fa1a7;
	margin:2px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}

#pageContent td.text-small, #pageContent td.text-medium, #pageContent td.text-large {
	padding:8px 2px;
}

table#invoices {
	border:none !important;
	padding:0 0 10px 0;
}

table#invoices td {
	border:none !important;
}

.divider {
	height: 20px;
	line-height: 20px;
	background-image:url(../images/dotted-divider.gif);
	background-position: left center;
	background-repeat:repeat-x;
	margin: 10px 0;
}


/***** Layout Classes *****/
.subhead-grey {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:0 0 8px 0;
	
	display:block;
	line-height:28px;
	padding:0 8px;
	background-color:#cdced2;
	border:1px solid #a0a1a8;
	color:#100F14;
}

.subhead-grey img {
	padding:0 6px 0 0;
}

/***** Text Style Classes *****/
.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.text-small {
	font-size:10px;
	line-height:16px;
}

.text-medium {
	font-size:12px;
	line-height:18px;
}

.text-large {
	font-size:14px;
	line-height:22px;
}


/***** Colour Classes *****/
.black, a.black {
	color:#000000 !important;
}

.white, a.white {
	color:#FFFFFF !important;
}

.orange, a.orange {
	color:#f48330 !important;
}


/***** Image Classes *****/
.reflect {
	border:0;
}

.image-on-left {
	margin: 0 15px 5px 0;
}


/***** Audio Player Class *****/
.audio-player {
	border:0;
	padding:0 0 20px 0;
}