.menu-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	text-decoration: none;

	
}
.menu-link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.menu-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	text-decoration: underline;
}
.menu-link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	text-decoration: none;
}.menu-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	text-decoration: none;
}
.menu-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2A8BE;
	border-right-color: #B2A8BE;
	border-bottom-color: #B2A8BE;
	border-left-color: #B2A8BE;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);
	background-position: left;


}
.main:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	list-style-image: url(../images/bullet.gif);

}
.main:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);

}
.main:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);

}
.main:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);

}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
}
a.copyright:link {
	text-decoration: underline;
}
a.copyright:hover {
	text-decoration: none;
	color: #006699;
}
a.copyright:visited {
	text-decoration: underline;
}
a.copyright:active {
	text-decoration: underline;
}

.tabheight100p {
	height: 100%;
}
