p.title {
	color : black;
	font-family : Candara, Verdana, Arial;
	font-size : 16px;
	text-align : left;
	border-bottom : 1px dotted black;
}

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, Verdana, Arial;
	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;
}

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-family : Broadway BT, Verdana, Arial;
	font-size : 13px;
	text-align : left;
}

a.menuLink {
	target : _top;
	text-decoration : none;
}

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;
}