/*	This CSS file defines all global elements that are about to boe used inside
	the pages, eg. inside the content pages. Elements such as forms, fields,
	paragraphs, image borders, headings, etc. are to be set here

	Section I:
	Headings
--------------------------------------------------------------------------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3A7EAD;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A2D5F;
	padding-bottom: 5px;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A2D5F;
	background: url(../images/css_menu/itembar.gif) no-repeat left top;
	height: 26px;
	width: 515px;
	padding: 3px 0 0  7px;
 }

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1A2D5F;
	width: 515px;
	border-bottom: solid #1A2D5F 1px;
	padding-bottom: 8px;
	_padding-bottom: 0px;
}

P {
	line-height: 120%;
}

