html ,body {
	color: #333;
	font-family:  Arial,Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

html {
	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;

}



h1 {
	font-size:18px;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:15px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:13px;
}

table {
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;	
}


fieldset {
	padding:5px;
	border:1px solid #DDD;
	margin-top:10px;
}

legend {
	font-size:13px;
	color:#666;
	font-style:italic;
	margin:0px;
}

label {
	cursor:pointer;
}

a.lp1 {
	color:#333;
	text-decoration:none;
	}
a.lp1:hover {
	text-decoration:underline;
	}
	
a.lp2 {
	color:#898989;
	text-decoration:none;
	}
a.lp2:hover {
	text-decoration:underline;
	}
