@charset "UTF-8";
/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font: 75%/1.4 sans-serif;
	color: #000000;
	text-decoration: none;
}
hr {
	display: none;
}
/* link styles
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #336666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/* basic layout
-----------------------------*/

