/***********************************************************************
   Site      : Aqua Analyse 2 
	 File      : fonts_fixed.css
	 Author    : Antony Dennis
	 Revision  : 
   Function  : Defines the default font settings.
	             - Is included in the HTML via a link so can be seen by NN4.
               - Values typically overridden for navigation, teasers etc
							   but used as defaults within main content area.
**********************************************************************/


/************ set font type and colour for everything ******************/
body, p, td, ol, ul, li, dl, dt, dd, input, select, label, legend, textarea,
h1, h2, h3, h4, h5, h6
 {
	font-family : tahoma;
	color: #656565;
}	
/************ override font type and colour for normal text ******************/
body, p, td, ol, ul, li, dl, dt, dd {
	text-align:left;
}	
/************ override font type and colour for headings ******************/
h1, h2, h3, h4, h5, h6 {
	font-family:tahoma;
	text-align:left;
}	

/*********** styles within paragraphs *****************/
body, p, td, ol, ul, li, dl, dt, dd
   {font-size: 11px;   font-weight : normal; font-family:tahoma; color:#000000}
h1 {font-size: 18px;   font-weight : bold;}
h2 {font-size: 16px;   font-weight : bold;}
h3 {font-size: 14px;   font-weight : bold;}
h4 {font-size: 14px;   font-weight : normal;}
h5 {font-size: 14px;   font-weight : normal;}
h6 {font-size: 14px;   font-weight : normal;}

body, p, td, ol, ul, li, dl, dt, dd
   {line-height: 1.6em;   letter-spacing: 0px;    word-spacing : 1px;}
h1 {line-height: 1.3em;   letter-spacing: 0px;    word-spacing : 0px;}
h2 {line-height: 1.3em;   letter-spacing: 0px;    word-spacing : 0px;}
h3 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}
h4 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}
h5 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}
h6 {line-height: 1.4em;   letter-spacing: 0px;    word-spacing : 0px;}

/*********** styles between paragraphs *****************/
p, body {	margin: 0 0 1em 0;   padding: 0 0 0 0;}
ul, li, ol {                }
h1 {		  margin: 0 0 0 0;     padding: 0 0 0 0; clear:both;} /* no top margin so goes to top of page */
h2 {		  margin: 1em 0 0 0;   padding: 0 0 0 0; clear:both;}
h3 {		  margin: 1em 0 0 0;   padding: 0 0 0 0; clear:both;}
h4 {		  margin: 1em 0 0 0;   padding: 0 0 0 0; clear:both;}
h5 {		  margin: 1em 0 0 0;   padding: 0 0 0 0; clear:both;}
h6 {		  margin: 1em 0 0 0;   padding: 0 0 0 0;clear:both;}

/*********** links within main body of text *****************/
#content a  {	color: #000000; text-decoration:none;}
#content a:hover   { color: #363636; text-decoration:underline;}
#content a:visited { color: #363636; text-decoration:underline; }

/*********** Common styles *****************/			
.hide {			display: none;}	
	
