/* Resets most browser basic styling
--------------------------------------------------------------------- */
@import "reset.css";


/* Basic styling (generic styles, site structure, header, footer)
--------------------------------------------------------------------- */
@import "basic.css";


/* Content styling (rules only needed in content sites, text styles)
--------------------------------------------------------------------- */
/*@import "content.css";*/

/* Content styling (rules only needed in content sites, text styles)
--------------------------------------------------------------------- */
@import "rte_classes.css";

@import "udm.css";

a img {
  border: 0;
}

#content h1 {
	font-size: 22px;
}

#sidebar h2, #content h2 {
	font-size: 17px;
}


#content h3, #sidebar h3, #content p, #content ul, #content ol, #sidebar p, #sidebar h2  {
	font-size: 14px;
}

#content table td, #content table th {
	font-size: 13px;
}

#footer p {
	font-size: 14px;
}


#sidebar h4 {
	font-size: 20px;
}






