@import url("news/news.css");
body {
	margin:0px;
	padding:0px;
	background-color:white;
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-y;
	background-position:center center;
}

body, th, td, p, div, span, input, select, textarea, caption {
	font-family:Arial, sans-serif;
	font-size:12px;
}

div.topMenu {
	position:absolute;
	visibility:hidden;
	background-color:lightgrey;
	filter:alpha(opacity=84);
	border-top:3px solid #992929;
}

td.topMenuTD {
	background-color:#992929;
	padding-left:16px;
	padding-right:16px;
}

a {color:#992929;}

a.topMenuLink {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

a.topMenuLink:hover {
	color:#DACCA5;
}

a.partnerLink {
	font-size:11px;
	font-weight:bold;
	color:#992929;
	text-decoration:none;
}
a.partnerLink:hover {text-decoration:underline;}

span.itemDateStyle {
	font-size:11px;
	color:black;
	font-weight:bold;
}

td.dots {
	width:96%;
	background-image:url(images/dots.gif);
	background-repeat:repeat-x;
	background-position:center center;
}

p.title {
	color:#992929;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}

td.footerStyle {
	background-color:#992929;
	color:white;
	font-family:Arial, sans-serif;
	font-size:11px;
	letter-spacing:1px;
}

a.practicom_credit_link {
	color:#EEEEEE;
	text-decoration:none;
}
a.practicom_credit_link:hover {text-decoration:underline;}