@CHARSET "ISO-8859-1";

/* base element inheritance formatting */
body      { margin-left: 0px; margin-right: 0px; 
            margin-top: 0px; margin-bottom: 0px;
    		BACKGROUND-COLOR: #d3e2ea;
            font-family: 'Verdana'; }
a         { font-weight: bold; }   /* all links are bold */
// a:link    { color: #3300cc }       /* unvisited link */
// a:visited { color: #330099 }       /* visited links  */
a:active  { color: #000033 }       /* active links   */
// a:hover   { color: #000033 }       /* MSIE rollover links   */
table     { margin-left: 0px; margin-right: 0px; 
            margin-top: 0px; margin-bottom: 0px;}

h1
	{
		COLOR: white;
		BACKGROUND: #005a9c;
	}

.title
{
	font-weight: bold;
	FONT-SIZE: 12px;
}

.newstitle
{
	font-weight: bold;
	FONT-SIZE: 12px;
	width: 80%;
   background: #005a9c;
   color: #fff;
}

.newstitle .a 
	
{
	color: black;
}	
.newsdate
{
	font-weight: normal;
	FONT-SIZE: 12px;
	text-align: right;	
	width: 20%;
   background: #005a9c;
   color: #fff;	
}

.newsitems
{
	FONT-SIZE: 11px;
	BACKGROUND: #ffffff;
}


