/*
	ALL FONT SIZES HAVE BEEN INCREASED FROM THEIR ORIGINAL SIZE IN SMALL.CSS BY 4PX
*/

/*body elements*/
body {
	font-size:16px;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:17px;
}
/*body elements*/

/* nav elements */
div#subnav {
	font-size:14px;
}
/* end nav elements */

/*main content*/
div#content span.link {
	font-size:15px;
}

div#content span.hr a {
	font-size:15px;
}

div#content div.hr {
	font-size:15px;
}

div#content div.hr a {
	font-size:14px;
}
/*main content*/

/*sub sub content*/
div#subsubcon h2, div#subsubconother h2 {
	font-size:18px;
}
/*sub sub content*/

/* right col */
div#callhome, div.call2 {
font-size:16px;
}

div.call2 p, div.call2 h1, div.call2 h2 {
font-size:16px;
}
