﻿/* The p style is for general use and used throughout the website.
Changed Trevor Schoerie on May 6th 2008. 
style_back_may2008.css has been left should you see any funnies
and need to copy code back into the style sheet. */


p{
	font-family : Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	margin-left : 0px;
	text-align : left;
	margin-right : 0px;
	color :#666666
}
p a:link {text-decoration: underline; color: #243286; }
p a:hover {text-decoration: underline; color: #B60905; }
p a:visited {text-decoration: underline; color: #7381BE; }
p a:active {text-decoration: underline; color: #243286; }


body {
	font-family : Verdana;
	font-size : 8pt;
	font-style : normal;
	margin-left : 10px;
	text-align : left;
	margin-right : 0px;
	color :#666666
}

/* The body style is for use when you want to apply the paragraph style using a class= indicator.  Implemented by Michelle Archard on May 14th 2002 */
.body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	margin-left : 10px;
	text-align : left;
	margin-right : 0px;
	color :#666666
}

body a:link {text-decoration: underline; color: #243286; }
body a:hover {text-decoration: underline; color: #B60905; }
body a:visited {text-decoration: underline; color: #7381BE; }
body a:active {text-decoration: underline; color: #243286; }


.highlight {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	margin-left : 0px;
	font-weight : bold;
	text-align : left;
	color : #B60905
}
H1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	margin-left : 0px;
	font-weight : bold;
	text-align : left;
	color : #B60905
}

.h2lal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	margin-left : 0px;
	font-weight : bold;
	text-align : left;
	color : #292876
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	margin-left : 0px;
	font-weight : bold;
	text-align : left;
	color : #292876
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	margin-left : 0px;
	font-weight : bold;
	text-align : left;
	color : #333399
}

H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	margin-left : 0px;
	font-weight : bold;
	text-align : left;
	color : #FF0000;
}

LI {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	margin-left : 0px;
	text-align : left;
	margin-right : 10px;
	color : #666666; 
	margin-bottom:6px
}

.stext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-style : normal;
	margin-left : 0px;
	margin-right : 10px;
	color : #666666;
	
}
.footer {
	font-family : Verdana;
	font-size : 9pt;
	margin-left : 0px;
	margin-right : 10px
	
}

/* The more style underlines in red and adds the arrow */

.more {
font-family: arial, helvetica, sans serif;
color: #DF0000;
font-size : 9pt;
background: URL(http://www.pharmout.com.au/images/arrow.gif) no-repeat;
background-position: right;
padding-right: 12px;
font-style: normal

/* The rhbar style is white text that reverses out of the gray background on the LHS */



/* 

I have changed the fonts on the 6th May, if anything looks funny, delete this line of code, 
and copy back everything from back up file i.e. line 140 onwards.*/


a:link.rhbar {text-decoration: none; color:green;}     /* unvisited link */
a:visited.rhbar {text-decoration: none; color:green;}  /* visited link */
a:hover.rhbar {text-decoration: none; color: green;}   /* mouse over link */
a:active.rhbar {text-decoration: none; color: green;}   /* selected link */

.lhbar {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 9pt;
	font-style : normal;
	margin-left : 10px;
	margin-right : 10px;
	color: 6666cc;
	}
	/* The following removes any underlining from the links and set their colours. 
	Use the syntax:<a class="lhbar" href="link.html">text</a>*/
a:link.lhbar {text-decoration: none; color:#243286}}     /* unvisited link */
a:visited.lhbar {text-decoration: none; color:#7381be}  /* visited link */
a:hover.lhbar {text-decoration: none; color: #b60905}   /* mouse over link */
a:active.lhbar {text-decoration: none; color: #7381be;}   /* selected link */

.mastheadtools {
	position: absolute;
	top: 36px;
	left: 624px;
	width: 220px;
	 height:15px;
	font: bold 11px/15px arial, helvetica, sans-serif;
	color: #848484;
	}

.txt {
	font-family : monospace;
	font-size : 12px;
	font-style : normal;
	margin-left : 10px;
	margin-right : 10px;
; color: #000000
	
}

/*
below styles are for RSS feed. If you select the "Use my own CSS" option, you must copy and paste these classes into your CSS. Of course you can edit them as you like to customize the look and feel of your feedroll.
*/

/* border table for feed news */
.fd_bordertable { 
	background-color: white; 
	border-style: solid; border-width: 0px; border-color: #CCCCCC; 
	padding: 0; 
	width: 200px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: white }

/* header cell with header text and xml button */
.fd_header { 
   padding: 10px;
	background: #ffffff; color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; 
	text-align: left; vertical-align: top; 
	margin-left : 10px;

}

/* item description area */
.fd_itemcell { 
    padding: 10px;
	line-height: 16px; 
	background: #ffffff; color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: blue; text-decoration: none; }
.fd_itemlink:visited { color: green; text-decoration: none; 
 }
.fd_itemlink:hover { color: green; text-decoration: none;
 }


