.tabTxt, a.tabTxt:active, a.tabTxt:link, a.tabTxt:visited, a.tabTxt:hover {
	font-weight: bold;
	font-size: 12px;
	color: #434343;
	text-decoration: none;
}
.tabActive {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}
h1.title {
	font-weight: bold;
	font-size: 15px;
	color: #474546;
}
h2 {
	font-weight: normal;
	font-size: 14px;
	color: #474546;
}
.mainTxt {
	font-weight: normal;
	font-size: 12px;
	color: #474546;

}
.footerLinksTxt, a.footerLinksTxt:link, a.footerLinksTxt:active,a.footerLinksTxt:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLinksTxt:hover {
	font-size: 10px;
	color: #47c1eb;
	text-decoration: none;
}
a.linkTxt, a.linkTxt:active, a.linkTxt:link, a.linkTxt:visited {
	color: #47c1eb;
	text-decoration: none;
}
a.linkTxt:hover {
	color: #47c1eb;
	text-decoration: underline;
}
.greyLinkTxt, a.greyLinkTxt, a.greyLinkTxt:active, a.greyLinkTxt:link, a.greyLinkTxt:visited {
	color: #474546;
	text-decoration: none;
}
a.greyLinkTxt:hover {
	color: #47c1eb;
	text-decoration: none;
}
#bullets {
	margin-left: 10px;
	padding-left: 10px;
	list-style: none;
}
#bullets li {
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
.greysub {
	font-weight: bold;
	font-size: 9pt;
	color: #474546;
}
.white {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
.box {
	font-size: 12px;
	background: transparent;
	background-color: #FFFFFF;
	border: 1px solid #9B9B9B;
	color: #444444;
	text-align: left;
	font-weight: normal;
}
.button {
	background-color: #444444;
	color : #FFFFFF;
	font-size : 12px;
	font-weight: bold;
	border: 1px solid #444444;
}
