/* Main content links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC3333;
	text-decoration: underline;
}

/*  Links in left column */

#navLeft a:link, #navLeft a:visited {
	margin-left: 12px;
	color: #FFFFCC;
	background-color: transparent;
	font-size: 13px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;

}
#navLeft a:hover, #navLeft a:active {
  margin-left: 12px;
  color: #FFCC33;
  background-color: transparent;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
}
/*   Links in right column */
#navRight td {
}
#navRight a:link, #navRight a:visited {
  color: #4CC9E9;
  background-color: transparent;
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-decoration: underline;
  font-weight: bold;
}
#navRight a:hover, #navRight a:active {
  color: #FFBDBB;
  background-color: transparent;
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
/*  Links in bottom */

#navBot a:link, #navBot a:visited {
	color: #0000FF;
	background-color: transparent;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	line-height: 12px;

}
#navBot a:hover, #navBot a:active {
  color: #CC3333;
  background-color: transparent;
  font-size: 9px;
  font-family: Verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
  line-height: 12px;
}
/*  Standard formatting */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0066CC;
}
h2 {
	color: #66CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: medium;

}
hr {
	border: none;
	background-color: #66CC33;
	color: #66CC33;
	height: 1px;
	width: 75%;
}
p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
.ColumnTextLeft {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
}
.LeftAddress {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: normal;
}
