/* style.css - style shhet for the new web despatch screens */

/* Heading font - bold, normal */

H1	{font-size:12;
	 font-weight:bold;
	 font-style:normal;
	 color: black;
	 font-family: 'Arial', Gill Sans , sans-serif}

/* Heading font - bold, italic */

H2	{font-size:12;
	 font-weight:bold;
         font-style:italic;
	 color: black;
	 font-family: 'Arial', Gill Sans , sans-serif}

/* Small italic font in red - error messages */

H3	{font-size:11;
	 font-weight:normal;
         font-style:normal;
	 text-align:center; 
	 color: red;
	 font-family: 'Arial', Gill Sans , sans-serif}

/* Heading font - normal */

H4 {
	font-family:  "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
    font-weight:normal;
    font-style:normal;	
	color: black;
	text-decoration: none
}

/* small */

H5	{font-size:10;
	 font-weight:normal;
         font-style:normal;
	 color: black;
	 font-family: 'Arial', Gill Sans , sans-serif}

/* Small font in blue */

H6	{font-size:10;
	 font-weight:normal;
         font-style:normal;
	 color: blue;
	 font-family: 'Arial', Gill Sans , sans-serif}