a:hover  {
	color : #FF0000;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom : 7;
	margin-top : 12;
	text-align: left;
}


h1{
	text-align: center;
}

ol {
margin-bottom : 7;
	margin-top : 7;
}

body , base, Normal, table, td  {
	font-family : Arial, Helvetica,sans-serif;
	font-size : 10pt;
	margin-bottom : 3;
	margin-top : 3;
}

A:link  {
	font-weight : bold;
}

A:visited  {
	font-weight : bold;
	text-align: center;
}

P  {
	padding-bottom : 0;
	margin-top : 3;
	margin-bottom : 7;
	font-size: larger;
}

Body  {
	margin-top : 0px;
	margin-left : 0px;
}

.newsText  {
	font-weight : bold;
	font-size : 14pt;
	color : #FFFFFF;
}


.invertedshiftdown{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
/*
	attempt to centre the margin
	Note that this replaces the margin-left option which
	is commented out below...

	Doesn't work in IE -- drifts left a bit...
width: 39.2em;
margin:auto;
*/
/*
	end of attempt to centre the margin
*/
margin-left: 250px; /* margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
text-align: center;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 16px Arial;
color: black;
text-decoration: none;
margin: 0 10px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: lightblue; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
    REMOVE IF DESIRED*/
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
