@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-family:Arial, "Helvetica" sans-serif;*/
	font-family: tahoma;
}

a {outline: 0; color:#174ea1;}


.curv3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.curv4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.txt-shadow-white { text-shadow: 1px 1px #fcfcfc; }