
body {
	font-family: Calibri,Arial,sans-serif;
/*	font-size: 62.50%;  Resets 1em to 10px */
	color: #444;
	}
	body.font-small		{ font-size: 65%; }
	body.font-medium	{ font-size: 75%; }  
	body.font-large		{ font-size: 85%; }
  
/* Headings
***************************************************************************** */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.2em;
	color: #be261e;
}
h1 {color:#ffffff;}
h2,h3,h4,h5,h6 {color: #444;}
	
h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }
	
h5 { 
	font-size: 1.0em;
	font-weight: bold; }
	
h6 { 
	font-size: 0.9em;
	font-weight: bold; }

code, pre {
	margin: 1em 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000;
	}

/* General elements
***************************************************************************** */
p {
	font-size:1em;
	line-height: 1.5em;
}
	p.last { margin-bottom: 0!important; }
	p img {
		/* margin: 0 15px 10px 0; */
		padding: 0; }

hr { display: none; }

strong { 
	color:#666;
	font-weight: bold;
}
	
em { font-style: italic; }

.small { font-size: .8em; color: #666; }

.large { font-size: 1.2em; }

.lrgwht { font-size: 1.2em; color:white; font-weight:bold;margin:.5em 0 0 0;line-height:1em;}

.resalted { font-weight: bold; }

.highlight  { background: #e7feb1; padding: 0 .25em; margin: 0 .25em; }

.center { text-align: center;	}

.hidden {	display: none; }

.underlined { border-bottom: 1px solid #cdd; }


/* General elements
***************************************************************************** */

.navitem ul {list-style-type:none;}
.navitem ul li {text-align:left; margin:0 0 0 -1em; }
.navitem ul li a {text-decoration:none; color:white;}
/* .navitem ul li a:link {color:white;} */
.navitem ul li a:hover {color:red;}
.navitem ul li a:active {color:blue;}
/* .navitem ul li a:visited {color:black;} */

	

/* Tables
***************************************************************************** */
	
