/* BackSafe Australia CSS Document */

/* generic properties */
body {font-family: Arial, Helvetica, sans-serif}
H1  {font-weight : bold; font-size: 10pt;}

H4  {font-weight : bold;
    color : #9DCEFF;
	font-size: x-small}


/* banner properties */

.banner {background-color: #0066CC;
		color: white;
		vertical-align: bottom}
		
img.banner {vertical-align: bottom}

/* footer properties */

.footer {background-color: #0099FF;
		text-align:center;
		font-size: x-small};

/* other stuff */
.caption {font-size: 12px; font-style:italic;}

.subscribe {background-color: #0066CC;
		   border-style: solid;
		   border-color: black;
		   color: white;
		   border-width: 1;
		   font-size: smaller}

.subscribeForm {border-style: none;
		   color: white;
		   font-size: 12px}
		   
		   
.whitetxt  {font-size: 12px; color: white;}