/*html, body, 
p, ul, ol, dl, li, dd, dd, td, th,
input, select, textarea { */
html, body {
  font-family: "Trebuchet MS", "Geneva CY", Verdana, sans-serif;	
	font-size: 13px;
	color: #1D1D1D;
	}
a, em, i {
	color: #1093C8;
	}
a:visited {
	color: #7199a8;
	}
a:hover, b, strong {
	color: #A91038;
	}
h1, h2, h3, h4, h5, h6 {
	color: #1093C8;
	font-weight: normal;
	}

h1 { 
  font-size: 16px;
	}

h2 { 
  font-size: 14px; 
	}

h3 { 
  font-size: 12px;
	}

h4 { 
  font-size: 11px; 
	}

h5 { 
  font-size: 10px; 
	}

h6 { 
  font-size: 9px; 
	}

.pageText IMG, .mceContentBody IMG {
	background: #FFF;
	padding: 1px;
	border: 1px solid #D1D1D1;
	}
IMG.noborder, .pageText IMG.noborder, .mceContentBody IMG.noborder {
	padding: 0;
	border: 0;
	}
