	.onePixel { font-size:1px; font-height: 1px; }
	}
	A.navLink {color: navy; font-family: Arial; font-size: 11px; text-decoration: none;}
	A.subnavLink {color: #000000; font-family: Arial; font-size: 11px; text-decoration: none; font-weight: normal;}
	.boldtext {font-family: Arial; font-size: 14px; color:#000000; font-weight: bold;}
	.bluetext {font-family: Arial; font-size: 14px; color:#272692; font-weight: bold;}
	.bigText {font-family: Arial; font-size: 16px; color:#000000; font-weight: bold;}
	.bigTextlink {font-family: Arial; font-size: 16px; color:#272692; font-weight: bold;}
	.name {font-family: Arial; font-size: 12px; color:#000000; font-weight: bold;}
	td {font-family: Arial; font-size: 11px; color:#000000; font-weight: normal;}
	a {
		font-family: Arial;
		font-size: 11px;
		color:#272692;
		font-weight: bold;
		text-decoration: none;
		padding-left : 5px;
	}
	.nav {font-family: Arial; font-size: 10px; color:#000000; font-weight: normal; padding-left : 10px;}

		/* Generic style for page - can be removed or commented out */
		INPUT.refreshButton {
		font-family: Arial;
		font-size: 10px;
		color: #272692; 
		    background-color:#E0EAFF;
		border: solid Black 1px;			
		}
		.error {
			font-family: Arial;
			font-size: 10px;
			font-style:italic;
			font-weight: normal;
			color: red;
		}
		
		/* Div styling for news and weather areas */
		.newsFrame {
			font-family:Arial; 
			font-size:10px; 
			width:265px; 
			height:120px; 
			overflow=auto; 
			background:white; 
		}
		.weatherFrame {
			font-family:Arial; 
			font-size:10px; 
			width:265px; 
			height:120px; 
			overflow=auto; 
			background:white; 
		}
		
		/* formatting for news content */
		.newsHeading {
			font-family: Arial; 
			font-size: 10px; 
			font-weight: bold;
		}
		.newsContent {
			font-family: Arial; 
			font-size: 10px; 
			font-weight: normal;
		}
		A.newsLink {
			color: #272692; 
			text-decoration: underline;
		}

		/* formatting for weather content */
		.weatherHeading {
			font-family: Arial; 
			font-size: 10px; 
			font-weight: bold;
		}
		.weatherContent {
			font-family: Arial; 
			font-size: 10px; 
			font-weight: normal;
		}


