.white {
color:white;
text-decoration:none;
font:bold
}
a.menuwhite {
color:white;
text-decoration:none;
font:bold
}
a:hover {
color:#238A96
}
td.menu {
background:#87c6d6
}
table.menu
{
font-size:xx-small;
position:absolute;
visibility:hidden;
}
table.menu2 {
font-size:xx-small;
background:#87c6d6;
font-family:verdana
}
.seaborder {
	border: 1px solid #238A96;
}
.big {
	font-size: large;
}
.medium {
	font-size: medium;
}
.small {
	font-size: small;
}
.xsmall {
	font-size: x-small;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.black {
	color: #000000;
}
.times {
	font-family: "Times New Roman", Times, serif;
	color: #000000
}
.bold {
	font-weight: bold;
}
.sandbkg {
	background-color: #FBFCE2;
}
.xxsmall
{
font-size:xx-small;
}
.blue {
	color: #314A8C;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red {
	color: #FF0000;
}
.background {
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
.whitebkg {
	background-color: #FFFFFF;
}
.xxlarge {
	font-size: large;
}
.veggiebkg {
	background-image: url(images/veggies.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.border5 {
	border-top: thin none #314A8C;
	border-right: thin solid #314A8C;
	border-bottom: thin none #314A8C;
	border-left: thin none #314A8C;

}
.border2 {
	border: solid #669966;
}
.border6 {
	border: thin solid #314A8C;

}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.bkgblue {
	background-color: #59B0C6;
}
.bkgcream {
	background-color: #F5F4D6;
}
.border4 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #314A8C;
	border-right-color: #314A8C;
	border-bottom-color: #314A8C;
	border-left-color: #314A8C;
}