/* Basic Settings */
body { 
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #FFF /*url(../images/bg_bodyShadow.gif) repeat-y center*/;
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
	line-height: 150%; 
}
	
img {
	border: 0px;
}

ul,li,form,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
	
a:link {
	text-decoration: none;
	color: #060;
}
a:visited {
	text-decoration: none;
	color: #060;
}
	
a:hover {
	text-decoration: underline;
	color: #060; 
}
	
a:active {
	text-decoration: none;
	color: #000000;
}

hr.hide {
	display: none;
}
