p {margin-top: 10px; margin-bottom: 0px;}
body {background-image : url(images/html_bg.gif); }
.body
	{
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: black;
	text-align: left;
	padding : 0 10 10 15 ;
	line-height: 1.5em;
	margin: 0 0 0 0;
}
.body a:link {
   font-weight: normal;
   text-decoration: none;
   color: black;
   }
.body a:visited {
   font-weight: normal;
   text-decoration: none;
   color: #4b4b4b;
   }
.body a:hover, a:active {
   font-weight: normal;
   text-decoration: underline;
   color: #0091cb;
   }
  
  .header
	{
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #f89a2c;
	text-align: center;
	padding : 5 5 5 5;
}
  .mainheader
	{
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: #f89a2c;
	text-align: center;
	padding : 5 5 5 5;
}
 .newsheader
	{
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: white;
	text-align: center;
	padding: 5 0 0 0;
	background-image : url(images/body_news.gif);
	background-position : top;
	background-repeat : repeat-y;
}
 .headul {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	font-weight : bold;
	margin : 0 0 0;
	line-height: 1.5em;
	list-style-position: outside;
	list-style: circle;
	padding: 0 30 10 55; 
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image : url(images/body_news.gif);
	background-position : top;
	background-repeat : repeat-y;
}
 .ul {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
	font-weight : bold;
	margin : 0 0 0 0;
	line-height: 1.5em;
	list-style-position: outside;
	list-style: circle;
	padding: 10 10 10 25; 
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #e1e7eb;
}
 ol {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #403f3f;
	text-align: left;
	font-weight : bold;
	margin : 0;
	line-height: 1.5em;
	list-style-position: outside;
	padding: 5 5 5 30; 
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.footer
	{
	padding : 10 0 0 0;
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: white;
	text-align: center;
}
.subscript
	{
	position: relative;
	top: 0.3em;
	font-size: 0.8em;}

.shadowbox {
	background-image : url(images/body_body.gif);
	background-position : top;
	background-repeat : repeat-y;
	margin: 0px;
	padding: 0px;
}
.submit {
	background: #D1D6D9;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant : small-caps;
	border : 1px solid gray;
}
.number a {
text-decoration:none;
font-size: 11px;
font-weight:bold;
border:1px solid;
padding:2 3 2 3 px;
border-color:gray;
background:#D1D6D9;
}
.number a:hover {
background:white;
}
.image img{
border: 1px solid #ccc;
}
.image a:hover {
border: 1px solid #D1D6D9;
}

.image a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.numberon {
text-decoration:none;
font-size: 11px;
color: #fff;
font-weight:bold;
border:1px solid;
padding:2 3 2 3px;
border-color:gray;
background:#D1D6D9;
}
.thumb img{
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
filter:alpha(opacity=100);
}
.thumb:hover img{
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
filter:alpha(opacity=50);
}
.thumb:hover{
color: red; /* Dummy definition to overcome IE bug */
}