* {margin: 0; padding: 0;}

body {
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 0.9em;
	line-height:160%;
	color: #333;
	background-color: #fff;
	}

a {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:#00c;
	text-decoration:underline;
	background:#efefef;
}

hr	{ height:0px; 
	border:1px solid #666; 
	border-width:1px 0 0 0; 
	margin:10px 0 10px 0; }

h1 {
	font-size: 1.4em;
	line-height:200%;
	padding-top:0.8em;
	line-height:160%;
	font-weight:normal;
	padding-bottom:0.8em;
	}
	
h2 {
	font-size: 1.2em;
	line-height:200%;
	padding-top:20px;
	line-height:160%;
	font-weight:normal;
	color:#666;
	}
	
h3,h4,h5 {
	font-size: 1.1em;
	line-height:200%;
	padding-top:2em;;
	line-height:160%;
	font-weight:normal;
	}
	

	
.small
{
	font-size:0.9em;
}


.clear_both {
	clear: both;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}


	
	
