/*							For The PestMan										*/
/*						www.thepestman.com.au									*/
/*							Content css											*/


/*	#######		Heading Styles	#######		*/

h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	color: #000;
	text-align: left;
	margin-left: 5px;
	padding-top: 20px;
}

h1
{
	font-size: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
}

h1.subtitle
{
	font-size: 14px;
	margin-bottom: 5px;
	padding-top: 0px;
	font-style: italic;
}

h2, h3, h4, h5, h6 { margin-bottom: 2px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }


/*	#######	Text Styles	#######		*/

p, ul, ol, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #202020;
	text-align: left;
	font-size: 12px;
	margin: 0px 10px 10px 5px;
	line-height: 150%;
}

p.neat { margin: 0px 5px 0px 5px; }

p.footertext
{
	margin: 2px 5px 0px 5px;
	color: #808080;
	font-weight: bold;
	text-align: center;
}

.clear
{
	background: #e0e0e0;
	font-size: 1px;
	height: 1px;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }

span.large
{
	font-size: 14px;
	font-weight: bold;
	color: #d88000;
}

.strong { font-weight: bold; }

.normal
{
	font-weight: normal;
	font-size: 12px;
}

.silver, .grey { color: #808080; }
.red { color: #960000; }
.white { color: #fff; }
.help { cursor: help; }

.top0 { margin-top: 0px; }
.top20 { margin-top: 20px; }
.top35 { margin-top: 30px; }
.top50 { margin-top: 50px; }
.left0 { margin-left: 0px; }
.left5 { margin-left: 5px; }
.left15 { margin-left: 15px; }
.left50 { margin-left: 50px; }

p.copyright
{
	text-align: center;
	font-size: 10px;
}

li
{
	text-align: left;
	margin-left: 25px;
	margin-bottom: 5px;
	line-height: 150%;
}

ul li { list-style-type: disc;}
ul ul li { list-style-type: square; margin-left: 12px;}

span.copyright
{
	font-size: 10px;
	color: #888;
	background: #fff;
}

span.link
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

span.linkspacer
{
	display: inline;
	color: #808080;
	margin-left: 6px;
	margin-right: 6px;
}

span.namespacer
{
	display: inline;
	color: #fff;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0px 12px;
}

span.alert { color: maroon; }


/*							Content CSS											*/
