ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	outline: none;
}

* {
	margin: 0;
	padding:0;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #57638B url(/images/body_bg.jpg) repeat-x;
}

a { outline: none; }

a.ref {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}

a.ref:hover{
	text-decoration:none;
	color:#671123;
}


a.contact {
	text-decoration:none;
	color:#ffffff;
	border:0;
}

a.contact:hover{
	text-decoration:none;
	color: #000000;
}

li {
	list-style: none;
}

p { margin-bottom: 0.5em; }
.floatRight { float: right; }