/* ============================================================================
Common elements
============================================================================ */

body {
	font: 15px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}


/* ============================================================================
Paragraphs 
============================================================================ */


/* BODY BOXES - for bodytext 
-------------------------------- */


#main-content .body-box .txt-container h1 {
	font-size: 32px;
	margin-bottom: 24px;
	font-weight:normal;
}
#main-content .body-box .txt-container h2 {
	font-size: 21px;
	margin-bottom: 21px;
	font-weight:normal;	
}
#main-content .body-box .txt-container h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 18px;	
}
#main-content .body-box .txt-container h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 18px;	
}
#main-content .body-box .txt-container p {
	margin-bottom: 0;
	line-height: 18px;	
}
#main-content .body-box .txt-container p span.text2 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 18px;
}
#main-content .body-box .txt-container table th {
	font-size: 13px;
}
#main-content .body-box .txt-container table td {
	font-size: 13px;
}

/* FRONTPAGE NEWS
----------------------------- */
#main-content .body-box .txt-container dt {
	font-weight: bold;
	padding-left: 10px;
	background: url(../graphics/arrow.gif) 0 5px no-repeat;
	line-height: 18px;
}
#main-content .body-box .txt-container dd {
	margin-bottom: 18px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 18px;
}
.section-box .txt-container dt {
	font-weight: normal;
	line-height: 18px;
}
.section-box .txt-container dd {
	line-height: 18px;
	margin: 0 0 13px 0;
	padding: 0;
	text-indent: none;
}

/* BOXES - infobox, actionbox & top-graphic - for related content, links & images 
----------------------------------------------------------------- */

.info-box h1,
.info-box h2,
.info-box h3,
.action-box h1,
.action-box h2,
.action-box h3 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.info-box span.txt-container p,
.action-box span.txt-container p {
	margin-bottom: 0;
	line-height: 18px;
}

.info-box ul,
.action-box ul {
	margin-bottom: 18px;
	line-height: 18px;
}
.info-box ul li,
.action-box ul li {
	margin: 10px 0;
}

.info-box li a {
	padding: 3px 0 5px 20px;
	background: url(../graphics/bullet.gif) 0 6px no-repeat;
}
.action-box li a {
	padding: 3px 0 5px 20px;
	background: url(../graphics/bullet.gif) 0 6px no-repeat;
}



/* ============================================================================
Footer
============================================================================ */





