/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, pre, form, 
fieldset, input, textarea, blockquote, th, td{
	margin: 0;
	padding: 0;
}
html{
    overflow-y: scroll;
}
ul{
    list-style:none;
}
fieldset, img{
	border:0;
}
img a {
	border:0;
}
caption, th{
	text-align: center;
	font-weight: bold;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}

