/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
  border:0;
}
/* END OF RESET */

body {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #5F5F6D;
}

a:link, a:visited {
	text-decoration: underline;
	color: #5F5F6D;
}

a:hover {
	color: #5F5F6D;
}

h1 {
	margin: 0 0 0.4em 0;
	font: 150% Arial, Verdana, sans-serif;
	color: #5F5F6D;
}

h2 {
	margin: 0 0 0.8em 0;
	font: 100% Arial, Verdana, sans-serif;
	color: #5F5F6D;
	font-weight: bold;
}

h3 {
	margin: 0 0 0.8em 0;
	font: 120% Arial, Verdana, sans-serif;
	color: #5F5F6D;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 2em;
  line-height: 1.5em;
}

ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

strong {
	font-weight: bold;
}

blockquote {
  padding: 1em;
  border: 1px solid #EFEFEF;
  background: #F5F5F5;
  margin: 0 0 1em 0;
}
a.email {
	display: block;
	position: relative;
	z-index: 10;
	top: -89px;
	//top: -92px;
	left: 534px;
	width: 128px;
	height: 15px;
	background: url(design/imgs/email.gif) 0 0 no-repeat;
}
a.email:hover {
	background-position: 0 -15px;
}