/* IMPORT MODULES */

@import url("block-mod.css");
@import url("body-mod.css");
@import url("border-mod.css");
@import url("column-mod.css");
@import url("form-mod.css");
@import url("header-mod.css");
@import url("id-mod.css");
@import url("list-mod.css");
@import url("marg-pad-mod.css");
@import url("nav-mod.css");
@import url("position-mod.css");
@import url("table-mod.css");
@import url("text-bg-mod.css");

.printonly {
	display: none;
}


		/* BODY FORMATTING */
body {
	font-size: x-large;
}
.sidebarl {
	font-size: large;
}
.body1 { /* congratulations.kid */
	font-size: x-large;
}
.body2 { /* dos_and_donts.html */
	font-size: x-large;
}
.body3 { /* dos_and_donts.html */
	font-size: x-large;
}
.bodybold {
	font-size: x-large;
}
.bodyctr { /* IDEAL MEDICAL HOME - body */
	font-size: x-large;
}
.bodynarrow {	/* current.kid, action.kid */
	font-size: x-large;
}
.bodyfield { /* digegem.kid egemplan.kid frail.kid grey.kid */
	font-size: x-large;
}


		/* HEADER FORMATTING */
h1,h2,h3 {
	font-size: x-large;
}
.header {
	font-size: x-large;
}

.copyright {	/* GENERAL CLASS */
	font-size: medium;
}
.title {
	font-size: x-large;
}



		/* TEXT & BACKGROUND FORMATTING */
.xxlarge-text {	/* GENERAL CLASS */
	font-size: xx-large;
}
.xlarge-text {	/* GENERAL CLASS */
	font-size: x-large;
}
.large-text {	/* GENERAL CLASS */
	font-size: x-large;
}
.medium-text {	/* GENERAL CLASS */
	font-size: large;
}
.fontsm {
	font-size: large;
}
.tiny {
	font-size: 16px;
}
.greytitle {
	font-size: 40px;
}
.style5 { /* greymain.kid */
	font-size: x-large;
}
.style6 { /* greymain.kid */
	font-size: x-large;
}


		/* LINK FORMATTING - not supported until CSS3

*{target-new: none !important} */


		/* BLOCK FORMATTING */
.blueblck {  /*  index.html for veryill.org */
	font-size: xx-large;
}
.ltgrblck { /* index.html for veryill.org */
	font-size: xx-large;
}


		/***** FORMS *****/
.tableform { /* start processing for HYH */
	font-size: x-large;
	/* lnk changed from large */
}
.textarea {
	font-size: x-large;
}


		/***** NAVAGATIONAL BUTTONS *****/
.navLinks {
	font-size: 16px;
}


		/***** LIST FORMATTING *****/
ul, ol {
	font-size: x-large;
}

		/***** TABLE FORMATTING *****/
td {
	font-size: x-large;
	/* padding-bottom: .5em; */
}
.cell{
	padding-top: .5em;
	padding-bottom: .5em;	
}
.cell2 {
	padding: 0.75em 0.5em;
}
.cellpadall{
	padding: 1.25em;
}
.cellpadtbl {
	padding: 1.25em 0 1.25em 1.25em;
}
.gcell {
	padding: 0.75em;
}
.wcell {
	padding: 0.75em;
}

		/***** MARGINS AND PADDING *****/
/* too much separation now 2011-09-09
.pad_top_bot_5 {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pad_top_bot_4 {
	padding-top: .8em;
	padding-bottom: .8em;
}
.pad_top_bot_3 {
	padding-top: .6em;
	padding-bottom: .6em;
}
.pad_top_bot_2 {
	padding-top: .4em;
	padding-bottom: .4em;
}
.pad_top_bot_1 {
	padding-top: .2em;
	padding-bottom: .2em;
}
*/
.pad_top_bot_0 {
	padding-top: 0em; /* 0em */
	padding-bottom: 0em; /* 0em */
}
.topmargin {
	margin-top: 0em;
}
.padlr5 {
	padding-left: .5em;
	padding-right: .5em;
}
p {
	margin-bottom: .1em;
}

		/***** BORDERS *****/
/* NONE */

		/***** COLUMN FORMATTING *****/
/* NONE */

		/***** RULES FOR IDS  *****/
/* NONE */




		/***** FLOATING / POSITIONING / ALIGNMENT *****/
/* NONE */



