* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: black;
}

html, body {
    margin: 0;
	padding: 0;
	background-color: #DEF4FC;
	scrollbar-base-color: #95D1E7;	
}  

/* Links */ 
a:link, a:visited {
	color: blue;
}
a:hover, a:active {
	color: red;
}
/* Links for Nav bar */
a:link.nav, a:visited.nav {
	color: black;
	text-decoration: none;	
	font-weight: bold;
	font-size: 8pt;
	display: block;
}
a:hover.nav, a:active.nav {
	color: white;
	background-color: #3375CF;
	display: block;
}

small  {
	font-size : 8pt;
	color: #000000;
}
  
H2  {
	font-size : 16pt;
	font-weight : normal;
	color: #3375CF;
}
  
H3  {
	font-size : 14pt;
	font-weight : normal;
	color: #3375CF;	
}
  
H4  {
	font-size : 13pt;
	font-weight : normal;
}
  
.heading2  {
	font-size : 16pt;
	font-weight : normal;
	color: #3375CF;	
}
  
.heading3  {
	font-size : 14pt;
	font-weight : normal;
	color: #3375CF;	
}
  
.heading4  {
	font-size : 13pt;
	font-weight : normal;
}
  
.heading_blog  {
	font-size : 14pt;
	font-weight : normal;
	color: #3375CF;	
}

hr {
	border: none;
	color: #3375CF;
	background-color: #3375CF;
	height: 1px;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}


