
/*------------------------ Global */

* {
    margin:0; padding:0; /*border:0;*/ outline:0; 
}

body {
    line-height:1; margin: 0px;
}

blockquote, q {
    quotes:none;
}

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

a { 
	text-decoration: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

input, select {
    vertical-align:middle;
}

p { }

ol, ul, li {
	list-style: none;
}

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

/*------------------*/

a, img, div {
	behavior: url(iepngfix.htc);	
}
