/* ********************* INEWS STORY DISPLAY ********************* */

.textContent {
	font-size:0.9em;
	padding:0 0.5em;
	line-height:1.5em;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
/*
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	line-height :1.2em;
	font-size:1.4em;
	color:#fff;
	background-color:#0f0;
	border:1px solid #0f0;
*/
	color: #05377b;
	font-size:22px;
	font-family:Verdana,Geneva,sans-serif;
	margin-bottom: 8px;
}
.textContent h3 {
	margin-top: 15px;
	border-bottom: 1px solid #8cc63f;
	color: #8cc63f;
	font-size:22px;
	font-family:Verdana,Geneva,sans-serif;
	padding-bottom:8px;
}

.textContent h4
{
	color: #0062ab;
}


.textContent ul li {
	margin-top:1em;
}
.contentArea {
/*
	padding:0 1.5em 2em 1.5em;
*/
	margin:0;
	padding:0;
}

.textContent hr {
	height: 1px;
	border:none;
	border-bottom:1px solid #8cc63f;
	visibility:visible;
}

#rotator
{
	display:none;
}

ul.navMenu
{
	margin-bottom: 10px;
}


/***** TEXT EDITOR BACKGROUNG COLOUR ****************************/

body
{
	background-color : #fff;
}
h2
{
        color : #ff0;
}

/****************************************************************/

#oxygenMag td
{
	width: 119px;

/*
	height: 163px;
*/
}

#oxygenMag td img
{
	border: 1px solid black;
	padding: 3px;
}


