/*=============================================================
  ==========                  Main                   ==========
  =============================================================*/
body,td,th {
	font-family: Lucida Sans, Arial, Verdana;
	font-size: 14px;
	color: 000066;
}
body {
	background-color: #f4f5ff;
	background-image: url(../images/water.png);
	background-repeat: repeat-y;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #000086;
	text-decoration: underline;
}
a:link, a:active {
	font-size: 12px;
	font-weight: bold;
	color: #000086;
}
a:visited, a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #3300CC;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 26px;
	color: #000080;
	font-style: italic;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.style3 {	
	font-weight: bold;
	font-size: 18px;
	color: #000080;
	font-style: italic;
}
.style4 {font-size: 10px}
.style5 {font-size: 12px}

/*=============================================================
  ==========               Navigation                ==========
  =============================================================*/
table#nav a:link, table#nav a:visited, table#nav a:active {
	background-color: #B89647;
	font-size: 14px;
	color: FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
table#nav a:hover {
	font-size: 14px;
	color: 996600;
	font-weight: bold;
	text-decoration: none;
}

/*=============================================================
  ==========             Weather Links               ==========
  =============================================================*/
td#weather a, td#weather a:link, td#weather a:visited, td#weather a:active {
	font-size: 16px;
	color: FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
td#weather a:hover {
	font-size: 16px;
	color: 996600;
	font-weight: bold;
	text-decoration: none;
}