/* This style sheet allows text elements to be set to specific sizes, but also allows resizing through the browsers native text sizing functions.  It is split into a section for general and specific paragraphs, and one for <hx> tags */

p {
	font-size:			10pt;
	font-weight:		normal;
	padding:			0px;
	margin:				0px;
}
td,
#bodyMenuContainer ul,
#bodyTextContainer ul {
	font-size:			10pt;
	font-weight:		normal;
}


td,
#bodyMenuContainerHome ul,
#bodyTextContainerHome ul {
	font-size:			10pt;
	font-weight:		normal;
}

/*/*/a{}
body p,
body td,
body #bodyMenuContainer ul,
body #bodyTextContainer ul {
	font-size:			x-small;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			small;
}

/*/*/a{}
body p,
body td,
body #bodyMenuContainerHome ul,
body #bodyTextContainerHome ul {
	font-size:			x-small;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			small;
}


html>body p,
html>body td,
html>body #bodyMenuContainer ul,
html>body #bodyTextContainer ul {
	font-size:			small;
}
/* */

html>body p,
html>body td,
html>body #bodyMenuContainerHome ul,
html>body #bodyTextContainerHome ul {
	font-size:			small;
}
/* */



#menuContentContainer p {
	font-size:			14pt;
	padding:			0px;
	margin:				0px;
}
/*/*/a{}
#menuContentContainer p {
	font-size:			medium;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			large;
}
html>body #menuContentContainer p {
	font-size:			large;
}


/* The following blocks of code add accessible text-sizing for all <hx> tags */

h1 {
	font-size:			10pt;
	font-weight:		normal;
	padding:			0px;
	margin:				0px;
}
h2 {
	font-size:			14pt;
	padding:			20px 20px 10px 100px;
	margin:				0px;
}
h3 {
	font-size:			12pt;
	padding:			20px 20px 10px 100px;
	margin:				20px;	
}
h4 {
	font-size:			10pt;
	padding:			0px;
	margin:				0px;
	margin-top:			12px;
	padding-top:		12px;
}
h5 {
	font-size:			8pt;
	padding:			0px;
	margin:				0px;
	margin-top:			12px;
	padding-top:		12px;
}
h6 {
	font-size:			8pt;
	font-weight:		normal;
	padding:			0px;
	margin:				0px;
	margin-top:			0px;
	padding-top:		12px;
}



/*/*/a{}
body h1 {
	font-size:			x-small;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			small;
}
/*/*/a{}
body h2 {
	font-size:			medium;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			large;
}
/*/*/a{}
body h3 {
	font-size:			small;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			medium;
}
/*/*/a{}
body h4 {
	font-size:			x-small;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			small;
}
/*/*/a{}
body h5 {
	font-size:			xx-small;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			x-small;
}
/*/*/a{}
body h6 {
	font-size:			xx-small;
	voice-family:		"\"}\"";
	voice-family:		inherit;
	font-size:			x-small;
}



html>body h1 {
	font-size:			small;
}
/* */
html>body h2 {
	font-size:			large;
}
/* */
html>body h3 {
	font-size:			medium;
}
/* */
html>body h4 {
	font-size:			small;
}
/* */
html>body h5 {
	font-size:			x-small;
}
/* */
html>body h6 {
	font-size:			x-small;
}
/* */

