/* General */

body {
	margin-bottom: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
	font-size: 12px;
	font-style: normal;
		font-weight: normal;
		color: #OOOOOO;
}


td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		color: #333366;
}


.pagetitle {
	text-align: left;
	color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}


/* customise H1 to h4*/

h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: bolder;
}

h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bolder;
}

h3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bolder;
}

h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
}


/* tables */


.tablewidth { width:780px; };
.tablewidthmain { width:760px; };

/* General Link Formatting */

a:link {
	color:Maroon ;
	background-color: transparent;
	text-decoration: none;
		font-weight:bold;
}

a:visited {
	color: Navy;
	background-color: transparent;
	text-decoration: none;
		font-weight:bold;
}

a:hover {
	color: Orange;
	background-color: transparent;
	text-decoration: none;
		font-weight:bold;
}

a:active {
	color: Red;
	background-color: transparent;
	text-decoration: none;
		font-weight:bold;
}

/* custom links for footer*/

a.foot:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
}

a.foot:visited {
	color: #FFFFFF;
	text-decoration: none;
		font-size:12px;
}

a.foot:hover {
	color: navy;
	text-decoration: none;
		font-size:12px;

}

a.foot:active {
	color: #FFFFFF;
	text-decoration: none;
		font-size:12px;
}

.foot {
color:#FFFFFF;}


/* Menu Formatting */
/* THIS CLASS .menu MUST BE IN YOUR STYLESHEET (you can change the values etc)*/

div.menu {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold; 
	margin-right: 00px;
	}

a.menu:link {
	color: #c8c898;
	text-decoration: none;
	font-weight:bold;
	height: 15px;
	margin-right: 5px;
		margin-top: 3px;
				margin-left: 10px;
		margin-bottom: 3px;
}

a.menu:visited {
	color: #c8c898;
	text-decoration: none;
		font-weight:bold;
	height: 15px;
	margin-right: 5px;
			margin-top: 3px;
					margin-left: 10px;
					margin-bottom: 3px;
}

a.menu:hover {
	color: White;
	text-decoration: none;
		font-weight:bold;
	height: 15px;
	margin-right: 5px;
			margin-top: 3px;
					margin-left: 10px;
					margin-bottom: 3px;
}

a.menu:active {
	color: #c8c898;
	text-decoration: none;
		font-weight:bold;
	height: 15px;
	margin-right: 5px;
		margin-left: 10px;
			margin-top: 3px;
					margin-bottom: 3px;
}

.speedy {height: 47px; width:112px; background-image: url(http://www.speedywebsites.com.au/templates/images/speedywebsites_b.gif) ;background-position:left;}