body, table, tr, th, td {
	color: #235FCD;
	font-family: Georgia, Times New Roman;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	background:#BBD3D3;
}

a:link {
  color:#95A1AD;
  text-decoration:none;
  }

a:visited {
  color:#95A1AD; 
  text-decoration:none;
  }

a:hover {
  color:#95A1AD;
  text-decoration:underline;
  }

h1 {
	font-family: Georgia;	
	font-size:13px;
	color:#ffffff;
	margin:0.3em 0;
	padding:3px 0 3px 2em;
	font-variant: small-caps;
}

h2, h3, h4, h5 {
	margin: 0;
	padding:3px 0 3px 2em;
	font-size: 1em;
	font-family: Georgia;
	font-weight: bold;
}

input, textarea, select {	
	font-family: Georgia, Times New Roman; 
	font-size: 11px; 
	cursor: default; 
	color: #ffffff;
	background-color: #BBD3D3;
	TEXT-ALIGN: left;
	border-width:1;
	border-style: dashed;
	border-color: #ffffff;

}