/* All removed for new template, but backup in folder. */

/*
This stylesheet ensures that users can change the size of the text
if they need to while for most users the text should appear as the designer wished.

It does this by using font size names. In the majority of browsers:

xx-small = 6pt
x-small = 8pt
small = 10pt
medium = 12pt
large = 14pt
x-large = 16pt
xx-large = 18pt


The following font-size code was taken from http://diveintoaccessibility.org/
*/



h1 {
	font-size:			10pt;
	font-weight:		normal;
	padding:			0px;
	margin:				0px;
}
h2 {
	font-size:			14pt;
	padding:			0px;
	margin:				0px;
}
h3 {
	font-size:			12pt;
	padding:			0px;
	margin:				0px;
	margin-top:			12px;
	padding-top:		12px;
}
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:			12px;
	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;
}
/* */

h5,
h6 {
	margin-top:			0px;
	margin-bottom:			4px;
	font-family:			Verdana, Arial, Helvetica, Sans-serif;
	font-weight:			bold;
}
