/* 04/08/05 http://www.hangingrockchalets.com.au screen css
copyright http://www.bigvolcano.com.au/docs/company.htm */

body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #006A6A;
	background-color: #C4ECFF;
	margin-left: 15px;
	margin-right: 5px;
	background-image: url(graphics/CloudyA.gif);
}

a:link		{ color: #FF0000; }
a:visited	{
	color: #996600;
	text-decoration: none;
}
a:hover 	{ background-color: #FFCC66;}
a:active	{ color: #008000; }

a.noHover:hover {
border:none;
background:none;
}

h1	{
	font-size: 165%;
	font-variant: small-caps;
	word-spacing: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	color: #009F9F;
}


h2	{
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 130%;
	color: #009F9F;
	letter-spacing: 1px;
	word-spacing: 2px;
}

h3	{
	font-size: 95%;
	color: #009F9F;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	text-decoration: underline;
	letter-spacing: 1px;
}

h4 {

	font-size: 120%;
	color: #3333CC;
	font-style: italic;
}

table {
	border-collapse: collapse;
	text-align: left;
	margin: 1px;
	padding: 1px;
	width: 98%;
	border-left: 1px solid #009F9F;
	border-right: 1px solid #009F9F;
	border-top: 1px none;
	border-bottom: 1px none;
}

#Contact ul {
	list-style: none outside;
}

p.title	{
	font-family: Arial, Geneva, sans-serif;
	font-size: 8pt; text-align: center;
}
		
p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
		
.navbar {
	font-family: Arial, Geneva, sans-serif;
	font-size: 9pt;
	text-align: center;
}

em {
	color: #FF3300;
	}
