* {
	margin: 0;
	padding: 0; }

body {
	color: #333;
	font: 11px Verdana, sans-serif;
	text-align: left; }

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
	color: #001666;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1.5em; }
h3 {
	color: #001666;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0.5em; }
p {
  margin: 1em 0 2em;
}

a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline;
}
input, select, textarea {
	color: #333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-image: url(images/dsict-site_21.jpg);
	width: auto;
	height: 20px;
	margin: 2px;
	padding: 2px;
	border: solid 1px #999; }
