* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #fff;
	color: #444;
	font-size: 11px;
}

p {
	margin: 0 0 11px 0;
}

/*h1 {
	margin-bottom: 5px;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: transparent url("../images/line.gif") repeat-x bottom left;
}*/

h2 {
	font-size: 11px;
	margin-bottom: 11px;
}

h3 {
	font-size: 12px;
	margin-bottom: 11px;
	color: #E2001A;
	font-weight: normal;
	font-style: italic;
}

ul {
	/*margin: 0 12px 5px 22px;*/
	list-style-type: disc;
	list-style-position: inside;
}

ol {
	list-style-position: inside;
}

li {
	font-weight: normal;
}

a {
	color: #D40018;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: none;
}