/*
+**********************************************************************+
|  Copyright (c) 2003 CSCare Inc. All Rights Reserved.                 |
|  This is proprietary source code of CSCare Inc.                      |
+**********************************************************************+
*/
/*
+**********************************************************************+
| PAGE NEWS                                                            |
+**********************************************************************+
*/		
#pgnews H1 { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	padding-left: 100px; 
	background-image: url(../img/banner_news_left.gif);
	background-repeat: no-repeat; 
	margin: 10px 0px 10px 0px;
	padding-top: 40px;
}
#pgnews DIV.arrows { 
	float: left; 
	background: url(../img/news_art_arrow.gif) repeat-y top; 
	height: 336px; 
	width: 100px; 
}
#pgnews #rss {
	font-family: Verdana, Tahoma, Helvetica, Arial;
}
#pgnews #rss A {
	padding-left: 155px;
	text-align: right;
	font-size: 9px;
}
#pgnews #rss A:hover {
	color: silver;
	padding-left: 155px;
	text-align: right;
	font-size: 9px;
}
#pgnews TABLE { 
	background-color: #F4F4F4; 
	margin-bottom: 10px;
}
#pgnews TH { 
	white-space: nowrap; 
	vertical-align: top; 
	text-align: center; 
	font-size: 11px; 
	padding: 10px; 
	background-color: #F9F9F9; 
}
#pgnews TD { 
	vertical-align: top; 
	padding: 10px; 
	background-color: White; 
	font-size: 11px; 
}
#pgnews A { 
	color: Black; 
	text-decoration: underline; 
	font-size: 11px;
}
#pgnews A:hover {
	text-decoration: underline; 
	font-size: 11px;
}
