@charset "UTF-8";
/* CSS Document */

body, html{
	height:100%;
	margin:0px;
	padding:0px;
	/*overflow-y:hidden;*/
}
a{
	color:#333;
	cursor:pointer;
}
img{
	border:0px;
}
ul,ol { 
	list-style:none;
}
address { 
	font-style:normal;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,span{ 
	margin:0; 
	padding:0 ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.dotted{
	width:350px;
	height:2px;
	background:url('../images/dottedline.gif') repeat-x;
}
