*{
	margin:0;
	padding:0;
	zoom:1;
}
html{
	height:100%;
}
html>/**/body{
	overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style : none;
}
img {
	border : none;
}

a:link {
	color : #5e5b4f;
	text-decoration : none;
}

a:visited {
	color : #5e5b4f;
	text-decoration : none;
}
a:hover {
	color : #5b7cd9;
	text-decoration : ubderline;
}
a:active {
	color : #5b7cd9;
	text-decoration : ubderline;
}