/*Jenny Bock Aus J Imports*/
/*further information contact jennyb@optusnet.com.au*/
/* GLOBAL STYLES - APPLY TO ALL PAGES */

/* body style sets page margins to zero and defines scrollbars */
body {
	background-color : #FFFFFF;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #000066; /*BFCDD5*/
	scrollbar-3dlight-color : #999999;
	scrollbar-darkshadow-color : #000066;
	scrollbar-face-color : #336633;
	scrollbar-highlight-color : #336633; /*5E6E7D8*/
	scrollbar-shadow-color : #000066;
	scrollbar-track-color : #CCCCCC;
}
/* specifies font for all text that appears in table cells */
td {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
/* sets horizontal rule if needed */
hr {  
	width: 98%; 
	color: #990000;
	height: 1px
}
li {
	margin-left : 10px;
	list-style-position: outside;
	list-style-image:url(../images/bullet2.gif);
	line-height: normal;
}

.ultext {
	margin-left : 0.5px;
	list-style-position: outside;
	list-style-image:url(../images/bullet2.gif);
	line-height: inherit;}
	
/* text that appears in the footer */
.footertext, .footertext:visited {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color: #000033;
	text-align:center;
}
.footertext:hover {
	color : #ffffff;
	text-decoration: underline;
	}

.footertd {background-color: #000033;
			color: #ffffff;
			text-align: center;}

.footerlink, footerlink:link, .footerlink:visited, .footerlink:active {
	color: #FFFFFF;
	}
	
/* heading links */
.headinglink, .headinglink:link {
	color : #000066;
	font-weight : bold;
	font-size : 16px
}
/* standard background colour for border cells */
.tdBlueGray {
	background-color : #BFCDD5;
}
h1 {
	color : #000066;
	font-weight : bold;
	font-size : 12px;
	}

/* admin fields */
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	height: 150px; width: 400px; 
	color: #333333;
	}

a:link, a:active, a:visited {color: #336633;
		text-decoration: none;}
		
a:hover{color: #000066;
		text-decoration: underline;}

.floatimg { float: left; 
			width: 216px; 
			padding-right: 5px;
			color: blue }

.floatlinks {
	float: right;
	padding-top: 8px;
	padding-left: 5px;
	width: 175px;
	margin-right: 10px;
	margin-left: 5px;
	height: 35px;
	border-top: 2px solid #ff0000;
	border-right: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	border-left: 2px solid #ff0000; }

.floatimgMercury { float: right; 
			width: 180px; 
			padding-right: 5px;
			color: blue }

