/* NOIX CSS FRAMEWORK 1.0 */
/* 11/02/2009 */


/* CSS RESET */
 
* {  	
	padding: 0; 
	margin: 0;
	font-family: Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	/*font-family:"Trebuchet MS",sans-serif;*/
	color: #343434;
}

a:hover {
text-decoration:underline;
}

.txtIndent {
display:block;
overflow:hidden;
text-indent:-999px;
}

.dn {
display:none;
}

a {
color:#000000;
text-decoration:none;
}

a img {
border:0 none;
}


ul, ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}