/*NMC 017-10-05
    These styles are used in the site content, but importantly also by in the editor WYSUWYG edito
*/


/*removed: label*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, 
acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
}

body {
    color: #555;
}

a:link, a:visited
{
    color: #268bd2;
}

a:hover
{
    /*color: #1d60ff;
    text-decoration: none;*/
}

a:active
{
    color: #268bd2;
}

a.disabled, a:link.disabled, a:visited.disabled, a:hover.disabled, a:active.disabled
{
    font-weight: bold;
    color: #000000;
    text-decoration:none;
}

h2
{
    padding:0 0 10px 0;
 }

/* NMC 2022-03-10 should not be available 
h1
{
    font-size: 5em;
    text-align: left;
    font-weight: normal;
    padding: 0 0 10px 0;
    border: 0px solid #1A1A1A;
    margin:0;
}

h2
{
    font-size: 2.5em;
    font-weight: normal;
    padding:0 0 20px 0;
    border:0px solid black;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
*/

p
{
	/*padding-bottom:16px;	
	border: 0px solid red;*/
    font-size:14px;
}

#centralContent img, #rightContent img, .mceContentBody img
{
    width:100%;
}

ul
{
    margin-top:8px;
    list-style-type:disc;
}

li
{
    margin-left:16px; 
}


sub, sup   
{
	font-size: 75%;  
	line-height: 0;  
	position: relative;  
	vertical-align: baseline;
}

sup   
{
	top: -0.5em;
}

sub 
{   
	bottom: -0.25em;
}
