<style>

a:link {
	text-decoration: none;
	color: blue;
}

a:hover
{
  	color: blue;
  	background-color: #FFFF66;			/*  */
}

body
{
	font-family : verdana, sans serif;
	font-size : 9pt;
	align : justify;
	color : black;
}

h1, h2, h3, h4, h5, h6
{
	font-family : verdana, sans serif;
	color : navy;  	/* #F88017 #F87431 #E56717 */
}

p, li
{
	font-family: verdana, sans serif;
	line-height: 160%;
	font-size : 9pt;
	color : black;
	margin-top: 5;
	margin-bottom: 5;
}

td
{
	font-family : verdana, sans serif;
	font-size : 9pt;
	color : black;
	line-height: 135%;
}


/*************************************************************
 				HOME PAGE
**************************************************************/

#logo a
{
	color: white;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}

#logo a:hover
{
	color: white;
	background-color: navy;
}

#banner_links a
{
	color: navy;	/* #3366ff */
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

#banner_links a:hover
{
	color: white;
	background-color: navy;
	text-decoration: none;
}

/************************************************************/

#home_page_articles a
{
	color: blue;		/* #3399ff #0098FE */
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#home_page_articles a:hover
{
/*
	color: blue;
	background-color: #FFFF66;
*/
	color: white;
  	background-color: navy;
}

#home_page_articles p
{
	background-color: white;
	font-size: 8pt;
}

#home_page_article_date p
{
	font-size: 7.5pt;
}

#home_page_article_summary p
{
	background-color: white;
	font-size: 8pt;
}

/************************************************************/

#station_tables td
{
	background-color: white;	/* azure  */
	line-height: 165%;
}

#station_tables a
{
	color: #0000CC;		/* 0033CC #3399ff #3399ff #0098FE */
	font-size: 8.2pt;
	font-weight: bold;
	text-decoration: none;
}

#station_tables a:hover
{
/*
	color: blue;
	background-color: #FFFF66;
*/
	color: white;
  	background-color: navy;
}

#station_tables a:link img, a:visited img, a:active img
{
	border: none;
}

#station_tables a:hover img
{
	border: solid;
	border-width: 2px;
	border-color: navy;
}


/*--------- homepage_navmenu -------------------------------------*/

#homepage_navmenu{
	top:100px;
	border: 0px;
	width: 100%;
	background-color: #DFDFDF;  /* #E0E0E0 #CCFFFF #FFFF99 #99CCFF #F0FFFF #E0FFFF #CCFFCC #FFFFCC #CCFFFF; #ECD672; #99FF99 */
	visibility: visible;
	border-collapse: collapse;
}

#homepage_navmenu a
{
	color: navy;
	font-size: 9pt;
	font-weight: bold;
	font-family: verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	text-decoration: none;
	border-collapse: collapse;
	visibility:visible;
}

#homepage_navmenu tr { line-height: 15px; }

html>body #homepage_navmenu a{ /*Non IE rule*/
	width: auto;
}

#homepage_navmenu a:hover{
	background-color: navy;	/* #01BFFE */
	color: white;
	font-weight: bold;
}

/************************************************************
			Articles
************************************************************/

#article_body a:link, a:visited {
	text-decoration: none;
	color: blue;
}

#article_body a:hover {
/*	text-decoration: underline;  */
  	background-color: #FFFF66;		/* #FFFF66; */
}

#article_body td
{
	line-height: 135%;
	color: #000080;
}


.big_li
{
	font-size: 10.5pt;
	font-weight: bold;
	line-height: 150%;
}

/*
#left_column td { padding: 10px; }
#main_column td { padding: 20px; }
#left_column td { padding: 10px; }
*/

/************************************************************
			TABLES
************************************************************/

#std_table table
{
	border-collapse: collapse;
}

#std_table th
{
	text-align: center;
	vertical-align: top;
	color: white;
	background-color: navy;
	font-size: 9pt;
	line-height: 135%;
}

#std_table td
{
	text-align: center;
	vertical-align: top;
	background-color: #FFFF80;
	border: thin solid blue;
	line-height: 135%;
}





/* -----------navbarmenu----------------------------------- */

#navbarmenu{
	top:135px;
	border: 0px solid black;
	/*width: 100%;*/
	background-color: black;  /* #E6E6fa */
	visibility:visible;
}

#navbarmenu a{
	font: 12px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	/*width: 100%;*/
	color: white;   /* black */
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid black;
	visibility:visible;
}

html>body #navbarmenu a{ /*Non IE rule*/
	width: auto;
}

#navbarmenu a:hover{
	background-color: #F9B7FF;  /* #8000FF */
	text-color: black;   /* text colour */
}

/*************** menuDAB ***********************/

#navmenu{
	top:100px;
	border: 0px solid black;
	width: 100%;
	background-color: whitesmoke;  /* #E6E6fa */
	visibility:visible;
}

#navmenu a{
	/* font: 8px; */
	font-size: 7.5pt;
	font-weight: bold;
	font-family: verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: black;   /* text colour */
	text-decoration: none;
	border-bottom: 3px solid white;
	visibility:visible;
}

html>body #navmenu a{ /*Non IE rule*/
	width: auto;
}

#navmenu a:hover{
	background-color: silver;  /* purple = #8000FF */
	color: black;		/* text colour */
}


.social_bookmarks_border {
	padding: 3px;
  	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

#social_bookmarks a {
	text-decoration: none;
}



</style>