@charset "utf-8";
/* CSS Document */



html {
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
/*font-size-adjust:none;
font-stretch:normal;
*/font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #FF0000;

}
p {
	line-height:1.5em;
}
ul, ol {
	margin-bottom: 18px;
	padding-left: 0px;
	list-style-position:inside;
}
h1 {
	font-size: 24px;
	line-height: 36px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
		margin-top: 18px;
}
h2 a {
	text-decoration:none;
}
h3 {
	line-height: 18px;
	font-weight:bold;
}
/*  Links */

a:link, a:visited {
	color: #390;
	/*text-decoration: underline;*/
}
a:hover, a:active {
	color: #666;
}

