/*
This style sheet was created by BENB CREATIVE STUDIO (www.benb.com.au) for www.circinfo.org.
It may not be distributed, modified or copied without the express written consent of BENB CREATIVE STUDIO.
Please email online@benb.com.au for more information or call (Australia) +61 410541178.
*/

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.position-left {
	float:left;
}

.position-right {
	float:right;
}

.image-left {
	float:left;
	margin-right:10px;
	font-style:italic;
	font-size:11px;
	display:block;
}

.image-right {
	float:right;
	margin-left:10px;
	font-style:italic;
	font-size:11px;
	display:block;
}

.image-center {
	margin:10px auto;
	font-style:italic;
	font-size:11px;
	display:block;
}

.quote {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:11px;
}

.indent {
	padding-left:20px;
	margin-bottom:13px;
}

input.button, .button {
	width:auto;
	min-width:56x;
	background:#ff528c;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	text-align:center;
	font-size:12px;
}

th.grey, td.grey {
	background:#e8e8e8;
}

th.lightblue, td.lightblue {
	background:#d1e7fe;
}

/* headings */
h1 {
	font-size:24px;
	margin-bottom:13px;
}

h2 {
	font-size:20px;
	border-bottom:1px dashed #6699CC;
	padding-bottom:6px;
	margin-bottom:11px;
	line-height:20px;
}

h2 {
	padding-top:8px;
}

h3 {
	font-size:16px;
	font-style:italic;
	margin-bottom:3px;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#336699;
}

.nostyle-list { margin-bottom:8px; margin-left:-30px; padding:0; list-style:none; display:block; }