/* CSS Document */

body,
h1 {
	font-family:			Arial, Helvetica, sans-serif;
}

#footer p,
#menu a {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, p {
	padding:				0px;
    margin:					0px;
}

h2 {
	padding-top:			10px;
	font-weight:			normal;
}

p,li {
	padding:				10px;
}


/* 
	TEXT SIZING STYLES
		xx-small = 8pt
		x-small = 10pt
		small = 12pt
		medium = 14pt
		large = 16pt
		x-large = 18pt
		xx-large = 20pt
		xxx-large = 22pt
 */
 
 
/*  8pt xx-small  */
#footer p {
	font-size:				8pt;
}
/*/*/a{}
body #footer p {
	font-size:				xx-small;
	voice-family:			"\"}\"";
	voice-family:			inherit;
	font-size:				x-small;
}
html>body #footer p{
	font-size:				x-small;
}
/*  ------------  */


/*  10pt x-small  */
p,
ul,
li,
#menu a,
#emailForm label {
	font-size:				10pt;
}

/*/*/a{}
body p,
body ul,
body li,
body #menu a,
body #emailForm label {
	font-size:				x-small;
	voice-family:			"\"}\"";
	voice-family:			inherit;
	font-size:				small;
}

html>body p,
html>body ul,
html>body li,
html>body #menu a,
html>body #emailForm label  {
	font-size:				small;
}
/*  ------------  */


/*  12pt small  */
/*  ------------  */


/*  14pt medium  */
h2 {
	font-size:				14pt;
}

/*/*/a{}
body h2 {
	font-size:				medium;
	voice-family:			"\"}\"";
	voice-family:			inherit;
	font-size:				large;
}

html>body h2 {
	font-size:				large;
}
/*  ------------  */


/*  18pt medium  */
h1 {
	font-size:				18pt;
}

/*/*/a{}
body h1 {
	font-size:				x-large;
	voice-family:			"\"}\"";
	voice-family:			inherit;
	font-size:				xx-large;
}

html>body h1 {
	font-size:				xx-large;
}
/*  ------------  */