/* CSS style sheet

	Name 	: hg_page.css
	Date 	: 30.01.2008
	
	Released: 12.03.2008
	
*/


/* FONT Description
_______________________________________________________________________________*/

body 
	{
	font-family: Arial, sans-serif;
	font-size: 76%;
	}
	
label,
h1,
h2,
h3,
h4,
h6,
p  
	{
	font-family: Arial, sans-serif;
	}
	
	
/* FONT Colors
_______________________________________________________________________________*/

body 
	{
	color: #333;
	}

label,	
li#link,
h1,
h2,
h3,
h4,
h6
	{
	color: #16377A;
	}


/* FONT Weights
_______________________________________________________________________________*/

body, 
h1,
h2,
h3,
h5	
	{
	font-weight: normal;
	}

li#link,
h4
	{
	font-weight: bold;
	}


/* FONT Margin
_______________________________________________________________________________*/

h2,
h3,
h4,
h5,
h6,
p
	{
	margin: 1.2em 0em 1.2em 0em;

	}
	
h4,
h6
	{
	margin: 1.2em 0em 1.2em 14px;
	}


/* FONT Size
_______________________________________________________________________________*/

h1 
	{
	font-size: 1.8em;
	}
h2 
	{
	font-size: 1.5em;
	}
h3 
	{
	font-size: 1.3em;
	}
h4 
	{
	font-size: 12px;
	}
h5 
	{
	font-size: 1.0em;
	}
h6 
	{
	font-size: 10px;
	}
p,
li#link
	{
	font-size: 1.1em;
	}
ol, 
ul, 
li
	{
	font-size: 0.95em;
	}


/* FONT Line heights
_______________________________________________________________________________*/

h1 
	{
	line-height: 1.25em; 
	}
h2,
h3,
h4 
	{
	line-height: 1.0em; 
	}
h5 
	{
	line-height: 1.5em; 
	}
h6 
	{
	line-height: 1.8em; 
	}
p 
	{
	line-height: 1.5em;
	}	
ol, 
ul, 
li 
	{
	line-height: 1.8em; 
	list-style: none;
	}

/* FONT Borders
_______________________________________________________________________________*/
	
h3
	{
	border-bottom: 1px dotted #1A498E;	
	}
