html {
	margin: 0px; padding: 0px;
}
body {
	margin: 0px; padding: 0px; font-family: "Helvetica Neue", Helvetica; font-size: 12px; color: #ffffff
}
img {
    position: relative;
}


A: {
	FONT-STYLE: normal; COLOR: #ffffff; font-size: 12px; TEXT-DECORATION: underline
}
A:link {
	FONT-STYLE: normal; COLOR: #ffffff; font-size: 12px; TEXT-DECORATION: underline
}
A:visited {
	FONT-STYLE: normal; COLOR: #ffffff; font-size: 12px; TEXT-DECORATION: underline 
}
A:hover {
	FONT-STYLE: normal; COLOR: #ffffff; TEXT-DECORATION: none
}


H1 {
	margin: 0px; padding: 0px; text-transform: none; letter-spacing: 0px; font-family: "Helvetica Neue", Helvetica; font-size: 14px; color: #ffffff
}
H2 {
	margin: 0px; padding: 0px; text-transform: none; letter-spacing: 0px; font-family: "Helvetica Neue", Helvetica; font-size: 10px; color: #bebebe
}




.linkblock {cursor:pointer}



.txt {
	background-color: #ffffff;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bebebe;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 100%;
	-webkit-transition: all 0.5s ease;
}
.txt:hover {
	border: 1px solid #00c4f6;
	-webkit-box-shadow: 0px 0px 5px #222;
	-moz-box-shadow: 0px 0px 5px #222;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}








HR {
	BORDER-RIGHT: #cccccc 0px solid; BORDER-TOP: #cdcdcd  1px solid; BORDER-LEFT: #cccccc 0px solid; BORDER-BOTTOM: #cccccc 0px solid;  
}



