p.title {
	color : black;
	font-family : Candara, Arial, Verdana;
	font-size : 16px;
	text-align : left;
}

p.titleNoBorder {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 14px;
	text-align : left;
}

div.title {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 16px;
	text-align : left;
	border-bottom : 1px dotted black;
}

p.titleCenter {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 16px;
	text-align : center;
	border-bottom : 1px dotted black;
}

p.titleCenterNoBorder {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 16px;
	text-align : center;
}

p.text {
	color : black;
	font-family : Candara, Arial, Verdana;
	font-size : 13px;
	text-align : left;
}

p.textWhite {
	color : white;
	font-family : Candara, Verdana, Arial;
	font-size : 13px;
	text-align : left;
}

div.text {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 13px;
	text-align : left;
}

div.textCenter {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 13px;
	text-align : center;
}

p.textCenter {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 13px;
	text-align : center;
}

p.image {
	font-size : 13px;
	text-align : left;
}

font.text {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 13px;
	text-align : left;
}

font.menuText {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 13px;
	text-align : left;
}

font.menuSlash {
	color : black;
	font-size : 13px;
	text-align : left;
	/*font-family : Broadway BT, Verdana, Arial;*/
	font-family : Verdana, Arial;
}

a.menuLink {
	target: _top;
	text-decoration: none;
	vertical-align: middle;
	color: black;
}

a.internalLink {
	text-decoration : none;
}

a.externalLink {
	text-decoration : none;
}

div.imageTopRight {
	border-style : none;
	vertical-align : top;
	float : right;
	height :auto;
  	width :auto;
}

div.imageTopCenter {
	border-style : none;
	vertical-align : top;
	float : center;
	height :auto;
  	width :auto;
}
