/* -------------------------------------------------------------------------------

Print Style Sheet for OBEL

Updated: 15/09/07

------------------------------------------------------------------------------ */ 


body
{
	font: 100% 'Cambria', 'Garamond', 'Times', serif;
	background: none;
}

/* -------------------------------------------------------------------------------
=DEFAULT TEXT STYLE
------------------------------------------------------------------------------- */

h1 
{
	font-size: 26px;
	color: #000;
	line-height: 1.4;
	margin-bottom: 15px;
}

h2 
{
	font-family: arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
	margin-bottom: 20px;
}

h3
{

	font-weight: normal;
	line-height: 1.7;
}

.sIFR-active h2,
.sIFR-active h3 
{
      font-size: 23px;
}


h4
{
	font-size: 15px;
	line-height: 1.2;
	color: #666;
	margin-bottom: 5px;
}

h5
{
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
	margin-bottom: 5px;
}

.blue 
{
    font-size: 13px;
	line-height: 1.2;
	color: #333;
	margin-bottom: 20px;
}

p,
a,
p.reversed
{
	line-height: 1.5;
	font-weight: normal;
	color: #333;
}

ul
{
	font-size: 1.2em;
	font-weight: normal;	
	line-height: 1.3;
	color: #333;
	margin: 0 0 15px 20px;
}

li
{
	padding: 0 0 0 4px;
} 

/* -------------------------------------------------------------------------------
=FLASH CONTENT
------------------------------------------------------------------------------- */

#flashcontent
{
	display: none;
}

/* -------------------------------------------------------------------------------
=SIDE CONTENT AND FACILITIES NAVIGATION
------------------------------------------------------------------------------- */

#sideContent 
{
	display: none;
}

.navlist ul
{
        display: none;
}

#skip
{
        display: none;
}

/* -------------------------------------------------------------------------------
=FOOTER
------------------------------------------------------------------------------- */

#footer
{
	font-family: arial, sans-serif;
	color: #333;
	line-height: 1.6;
	text-align: left;
	padding: 25px 0;
	border-top: 1px #333 solid;
}

