/*
	STANDARD.CSS
	Default styles for entire website.

	-------------------------------------------------------------------------
	Copyright (c) 2004-2006 Website Expressions Pty Ltd. All rights reserved.
	-------------------------------------------------------------------------
	
	ABN:	  87 108 587 131
	Internet: www.websiteexpressions.com
	Email:	  mail@websiteexpressions.com
	Phone:	  +61 2 4948 1555
	Fax:	  +61 2 4948 1666
	
	Version 1.1		Standard styles only (also refer style.php) and change the
	10/07/2006		enq style to underline. Fix hover error and add a.sub styles.
	
*/	

.enq {font: 9pt arial; color: black}
a.enq:link {color: black; text-decoration: underline}
a.enq:visited {color: black; text-decoration: underline}
a.enq:hover {color: black; text-decoration: underline}

.ack {font: 7.5pt tahoma; color: #C0C0C0}
a.ack:link {color: #C0C0C0; text-decoration: none}
a.ack:visited {color: #C0C0C0; text-decoration: none}
a.ack:hover { color: #C0C0C0; text-decoration: none}

.sub {font: 13.5pt arial; color: black}
a.sub:link {color: #000000; text-decoration: none}
a.sub:visited {color: #000000; text-decoration: none}
a.sub:hover {color: #000000; text-decoration: none}

.namehead {font: 24pt Arial; font-weight: bold; color: #000000}
.epnlhead {font: 24pt Arial; font-weight: bold; color: #555555}
.homehead {font: 18pt Arial; color: #808080}
.abouhead {font: 18pt Arial; color: #808080}
.prodhead {font: 18pt Arial; color: #808080}
.ordrhead {font: 18pt Arial; color: #808080}
.newshead {font: 18pt Arial; color: #808080}
.feathead {font: 18pt Arial; color: #808080}
.cfemhead {font: 18pt Arial; color: #808080}
.cforhead {font: 18pt Arial; color: #808080}

.newssubh {font: 14pt Arial; color: black}
.featsubh {font: 14pt Arial; color: black}
.bannrtxt {font: 14pt Arial; color: black}
.epnltext {font: 9pt arial; color: black}
.hightext {font: 9pt arial; color: black}
.hometext {font: 9pt arial; color: black}
.aboutext {font: 9pt arial; color: black}
.prodtext {font: 9pt arial; color: black}
.ordrtext {font: 9pt arial; color: black}
.newstext {font: 9pt arial; color: black}
.feattext {font: 9pt arial; color: black}
.cfemtext {font: 9pt arial; color: black}
.cfortext {font: 9pt arial; color: black}
.prodcode {font: 8pt arial; color: black}
.ordrcode {font: 9pt arial; color: black}
.prodname {font: 13.5pt arial; color: black}
.ordrname {font: 9pt arial; font-weight: bold; color: black}
.prodpric {font: 13.5pt arial; color: black}
.ordrpric {font: 9pt arial; color: black}

/* End of default styles for entire website */