/* CSS Document */
body, ul, ol, dd, dl, dt, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
	padding : 0;
	border : 0;
	margin:0;
}
body {
	font-size : 12px;
	margin:0px auto;

}
ul, ol {
	list-style-type : none;
}
select, input, img, select {
	vertical-align : middle;
}
a {
	text-decoration : none;
	color:#000;
}
a:visited {
	color: #4073AB;
}
a:active {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:link {
	color: #000000;
}
.clearit {
	clear : both;
}
.left {
	text-align:left
}
.center {
	text-align:center
}
.right {
	text-align:right
}
.strong {
	font-weight:bold
}
.dis {
	display:block;
}
.undis {
	display:none;
}
