@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.gif);
}
a:focus {
	-moz-outline-style: none;
}
.onpale {
	background: #e0ddce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#headermain {
	position:absolute;
	width:300px;
	z-index:1;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
	height: 40px;
	margin-top: 15px;
}
.headermain {
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	height: 40px;
	background: url(images/header_02.gif);
}
 .pressb {
 	background: #cccccc;
 	font-weight: bold;
 }
 .press {
 	background: #ededed;
 } 
.vertdivider {
	border-right: #666666 dotted 1px;
	margin-top: 10px;
	*background: url("images/vertdivider.gif") repeat-y;
}
.mainlist {
/*	list-style-image: url(images/main-bullet.jpg);*/
	font-weight: bold;
	color: #990000;
}
ul {
	list-style-image: url(images/small-bullet.gif);
}
td.menu {
	background: url(images/menu-bg.gif) no-repeat;
	height: 48px;
}
a.menu:link, a.menu:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 20px;
	vertical-align: middle;
}
a.menu:hover, a.menu:active {
	text-decoration: none;
	color: #999999;
	font-weight: bold;	
}
ul.readmore {
	list-style-image: url(images/readmore.gif);
	line-height:170%;
	*list-style-image: url(images/readmore-ie.gif);
	*padding: 10px;
	*line-height: 220%;	
	*margin-top: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e2e2e2;
}
.smalltext {
	font-size: 9px;	
}
.greytd {
	background:#CCCCCC;
}



