.border {
	border: thin solid #005C35;
}
.divide {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: outset;
	border-top-color: #005c35;
	border-right-color: #005c35;
	border-bottom-color: #005c35;
	border-left-color: #005c35;
}
.bordernotop {
	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: #005c35;
	border-right-color: #005c35;
	border-bottom-color: #005c35;
	border-left-color: #005c35;
}
.tabOrange {
	background-image: url(images/tab_orange.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tabGreen {

	background-image: url(images/tab_green.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tab {
}
.tab a:hover {
	color: #FFFF99;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.tab a:visited {
	color: #FFFFCC;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.tab a:active {
	color: #CCFF99;
	text-decoration: underline;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tabBrown {
	background-image: url(images/tab_brown.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tabBlue2 {
	background-image: url(images/tab_blue2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tabPurple {
	background-image: url(images/tab_purple.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tabBrown2 {
	background-image: url(images/tab_brown2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tabGreen2 {
	background-image: url(images/tab_green2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tabLtBlue {
	background-image: url(images/tab_ltblue.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tab a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #FFFFFF;
}
.tabBlue2a {
	background-image: url(images/tab_blue2a.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tabOrange2 {
	background-image: url(images/tab_orange2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tabGreen2a {
	background-image: url(images/tab_green2a.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.tab2 {
}
.tab2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
}
.tab2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFF66;
	text-decoration: underline;
}
.tab2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #f3f3f3;
	text-decoration: none;
}
.tab2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #CCFF66;
	text-decoration: underline;
}
.borderBrown {
	border: 8px double #673B2D;
}
.contentFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
